Пример #1
0
 private static bool IsNotAHoliday(TimeSchedule nonworkSchedule, DateTime d)
 {
     return(null == nonworkSchedule || null == nonworkSchedule.GetScheduledHoursOn(d));
 }