コード例 #1
0
ファイル: ExamManager.cs プロジェクト: maklesuddin/EMS
 //Delete Exam
 public bool Deleted(int id)
 {
     return(_examRepository.Deleted(id));
 }