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