using System; using System.Collections.Generic; using System.Text; using TEAMModelOS.Service.Exam.Interfaces; namespace TEAMModelOS.Service.Exam.Implements { public class EvaluatingService : IEvaluatingService { } }