コード例 #1
0
 public List <Comment> GetCommentOfArticle(Guid articleId)
 {
     return(dao.GetListByArticle(articleId));
 }