Пример #1
0
 public int DeleteByEstimatedTime(decimal estimatedTime)
 {
     return(dal.DeleteByEstimatedTime(estimatedTime));
 }