示例#1
0
 public IEnumerable <CommentEntity> GetCommentsByArticleId(int articleId)
 {
     return(_commentDal.GetCommentsByArticleId(articleId));
 }