示例#1
0
        public AttributeGroupController(IAttributeGroupService attributeGroupService,
                                        ICategoryService categoryService)
        {
            _attributeGroupService = attributeGroupService;

            _categoryService = categoryService;
        }
示例#2
0
        public AttributeController(IAttributeService attributeService,
                                   IAttributeGroupService attributeGroupService)
        {
            _attributeService = attributeService;

            _attributeGroupService = attributeGroupService;
        }