Ejemplo n.º 1
0
 public Task <PagedResultDto <CommentDto> > GetListAsync(GetListInput input)
 {
     return(_service.GetListAsync(input));
 }
Ejemplo n.º 2
0
 public Task <PagedResultDto <CommentDto> > GetListAsync(GetCommentListDto input)
 {
     return(_commentAppService.GetListAsync(input));
 }