Пример #1
0
 public List <DoctorAppointment> recommenedAnAppointmentDatePriority(DateTime date1, DateTime date2, PatientUser patient)
 {
     return(regularAppointmentService.RecommenedAnAppointmentDatePriority(date1, date2, patient, "Speciality"));
 }