Beispiel #1
0
 public ShiftSlotOld FindThisShiftSlot(string day, string name)
 {
     return(schedule.FindThisShiftSlot(day, name));
 }