IEvaluatingService.cs 171 B

123456789
  1. using TEAMModelOS.SDK.Context.Configuration;
  2. namespace TEAMModelOS.Service.Exam.Interfaces
  3. {
  4. public interface IEvaluatingService : IBusinessService
  5. {
  6. }
  7. }