- using System;
- using System.Collections.Generic;
- using System.Text;
- using TEAMModelOS.Service.Core.Implements;
- using TEAMModelOS.Service.Evaluation.Interfaces;
- namespace TEAMModelOS.Service.Evaluation.Implements
- {
- public class EvaluatingService : BaseService, IEvaluatingService
- {
- }
- }
|