Пример #1
0
 public int DeleteByDesription(string desription)
 {
     return(dal.DeleteByDesription(desription));
 }