Пример #1
0
 public void DeleteArticle(int articleId)
 {
     ArticleOperations.DeleteArticle(articleId);
 }