Esempio n. 1
0
 public List <Examination> getAllAppointments(Doctor doctor, DateTime dateTime)
 {
     return(examinationService.getAllAppointments(doctor, dateTime));
 }