Exemple #1
0
 public List <Examination> ViewScheduledExaminations()
 {
     return(examinationService.ViewScheduledExaminations());
 }