Example #1
0
 //Get Exam Type
 public List <ExamType> GetAllExamTypes()
 {
     return(_examRepository.GetAllExamTypes());
 }