Beispiel #1
0
 public bool ChangeDoctorShift(BusinessDay newShift)
 {
     return(_businessDayService.ChangeDoctorShift(newShift));
 }