Пример #1
0
 public bool RemoveArticle(Guid articleId)
 {
     return(_articleDAL.DeleteEntity(_articleDAL.GetArticleById(articleId)));
 }