Пример #1
0
 public bool delArticle(int id)
 {
     return(dal.deleteArticle(id) > 0);
 }