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