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