public IEnumerable <CommentModel> GetFeaturedComments() { return(CommentModel.GetFeaturedCommentsForArticle(this)); }
public IList <CommentModel> GetFeaturedComments() { return(CommentModel.GetFeaturedCommentsForArticle(this)); }