Пример #1
0
 public bool DeleteNews(int id)
 {
     return(_commonDal.DeleteNews(id));
 }