Пример #1
0
 public Article GetArticle(int articleId)
 {
     return(ArticleOperations.GetArticle(articleId));
 }