Beispiel #1
0
 public bool isWeekend(DateTime date)
 {
     return(!_timeDayRepository.IsTimeDay(date) && !_holidayRepository.IsWorkingday(date));
 }