コード例 #1
0
 public ProductTypeGroupController(IProductTypeGroupService productTypeGroupService)
 {
     _productTypeGroupService = productTypeGroupService;
 }
コード例 #2
0
 public ProductTypeGroupController(IUnitOfWork uow, IProductTypeGroupService ProductTypeGroupService, IUserService userService)
 {
     _uow = uow;
     _ProductTypeGroupService = ProductTypeGroupService;
 }