Пример #1
0
 public bool ChangeArticle(int id, ArticleEntity article)
 {
     return(_articleDal.ChangeArticle(id, article));
 }