Пример #1
0
 protected override IArticle GetArticle(int messageID)
 {
     try
     {
         return(new Article(webService.GetArticleByID(messageID)));
     }
     catch (Exception exception)
     {
         ProcessException(exception);
         return(null);
     }
 }