Exemple #1
0
 //Delete Exam
 public bool Deleted(int id)
 {
     return(_examRepository.Deleted(id));
 }