コード例 #1
0
ファイル: ExamManager.cs プロジェクト: maklesuddin/EMS
 //Get Exam Type
 public List <ExamType> GetAllExamTypes()
 {
     return(_examRepository.GetAllExamTypes());
 }