Пример #1
0
 public static bool IsHoliday(this DateTime value, ICalendar calendar)
 {
     return calendar.Check(value).Result;
 }