EvaluatingService.cs 234 B

123456789101112
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using TEAMModelOS.Service.Exam.Interfaces;
  5. namespace TEAMModelOS.Service.Exam.Implements
  6. {
  7. public class EvaluatingService : IEvaluatingService
  8. {
  9. }
  10. }