Beispiel #1
0
 public BusinessDay GetExactDay(Doctor doctor, DateTime date)
 {
     return(_businessDayService.GetExactDay(doctor, date));
 }