コード例 #1
0
 public List <Comment.CommentWithTitle> GetCommentPageOfAccount(Guid accountId, int pageIndex, int pageSize)
 {
     return(dao.GetPageByAccount(accountId, pageIndex, pageSize));
 }