Пример #1
0
 public DoctorAppointment RecommendAnAppointment(DoctorUser doctor, DateTime date1, DateTime date2, PatientUser patient)
 {
     return(regularAppointmentService.RecommendAnAppointment(doctor, date1, date2, patient));
 }