Ejemplo n.º 1
0
 public List <Comment.CommentWithTitle> GetCommentOfAccount(Guid accountId)
 {
     return(dao.GetListByAccount(accountId));
 }