Пример #1
0
 public async Task <OperationDataResult <List <FolderDtoModel> > > List()
 {
     return(await _foldersService.List());
 }