コード例 #1
0
 public CategoryProductController(
     ICategoryProductAppService categoryProductAppService,
     IManufacturerAppService manufacturerAppService)
 {
     _categoryProductAppService = categoryProductAppService;
     _manufacturerAppService    = manufacturerAppService;
 }
コード例 #2
0
 public AdminCategoryProductController(ICategoryProductAppService categoryProductAppService)
 {
     _categoryProductAppService = categoryProductAppService;
 }