Пример #1
0
 public int DeleteByStartDate(DateTime startDate)
 {
     return(dal.DeleteByStartDate(startDate));
 }