Beispiel #1
0
 public async Task <QueryResultDto <TDto, TFilterDto> > GetAllItemsAsync()
 {
     using (UnitOfWorkProvider.Create())
     {
         return(await Service.ListAllAsync());
     }
 }