Exemplo n.º 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;
 }
Exemplo n.º 2
0
 public ManageAttributesController(IManageAttributeGroup _ManageAttributeGroup)
 {
     this._ManageAttributeGroup = _ManageAttributeGroup;
 }