Exemple #1
0
 public bool DeleteRoomExaminations(int numberOfRoom)
 {
     return(examinationService.DeleteRoomExaminations(numberOfRoom));
 }