示例#1
0
 public IEnumerable <CommentModel> GetFeaturedComments()
 {
     return(CommentModel.GetFeaturedCommentsForArticle(this));
 }
示例#2
0
 public IList <CommentModel> GetFeaturedComments()
 {
     return(CommentModel.GetFeaturedCommentsForArticle(this));
 }