コード例 #1
0
 public async Task <ItemCategoryDto[]> GetAllItemCategory([FromRoute] int id)
 {
     return(await ItemAppService.GetAllItemCategory(id));
 }