Exemplo n.º 1
0
 public Task <PagedResultDto <FileInfoDto> > GetListAsync(GetFileListInput input)
 {
     return(_service.GetListAsync(input));
 }