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

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

            _attributeGroupService = attributeGroupService;
        }