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