Пример #1
0
 public bool IsPayDate(DateTime payDate)
 {
     return(schedule.IsPayday(payDate));
 }