Exemplo n.º 1
0
 public IEnumerable <CommentModel> GetFeaturedComments()
 {
     return(CommentModel.GetFeaturedCommentsForArticle(this));
 }
Exemplo n.º 2
0
 public IList <CommentModel> GetFeaturedComments()
 {
     return(CommentModel.GetFeaturedCommentsForArticle(this));
 }