Example #1
0
 public IArticle GetArticleContent(string contentGuid)
 {
     return(_repository.GetArticleContent(contentGuid));
 }