Пример #1
0
 public int DeleteByDonePercent(int donePercent)
 {
     return(dal.DeleteByDonePercent(donePercent));
 }