コード例 #1
0
 public async Task <QueryResultDto <ItemCategoryDto, ItemCategoryFilterDto> > GetAllItemCategoriesAsync()
 {
     using (UnitOfWorkProvider.Create())
     {
         return(await itemCategoryService.ListAllAsync());
     }
 }