Example #1
0
 public Examination ScheduleExamination(Examination examination)
 {
     return(examinationService.ScheduleExamination(examination));
 }