コード例 #1
0
 public ManageProductController(IProductManagerService _productManagerService, IProductService _productService, IManageDesigner _DesignerService, IManageAttributeGroup _attributeGroupService, IManageSizeAttributes _manageSizeAttributesService, ICategoryService categoryService)
 {
     this._productManagerService       = _productManagerService;
     this._productService              = _productService;
     this._DesignerService             = _DesignerService;
     this._attributeGroupService       = _attributeGroupService;
     this._manageSizeAttributesService = _manageSizeAttributesService;
     this._categoryService             = categoryService;
 }
コード例 #2
0
 public ManageSizeAttributesController(IManageSizeAttributes _manageSizeAttributeService, IProductManagerService _manageProductService)
 {
     this._manageSizeAttributeService = _manageSizeAttributeService;
     this._manageProductService       = _manageProductService;
 }