Exemple #1
0
 public Examination AppointmentRecommendationByDoctor(Doctor doctor, DateTime beginDate, DateTime endDate)
 {
     return(examinationService.AppointmentRecommendationByDoctor(doctor, beginDate, endDate));
 }