Ejemplo n.º 1
0
 public bool DeleteCanceledExamination(int id)
 {
     return(examinationService.DeleteCanceledExamination(id));
 }