public DeleteCategoryHandler(IExtendedCategoryService extendedCategoryService, ILocalizationService localizationService, IInfrastructureService infrastructureService, ICustomerService customerService)
 {
     _extendedCategoryService = extendedCategoryService;
     _localizationService     = localizationService;
     _infrastructureService   = infrastructureService;
     _customerService         = customerService;
 }
 public GetProductAnnouncementDetailsHandler(IProductAnnouncementService productAnnouncementService, IExtendedCategoryService extendedCategoryService)
 {
     _productAnnouncementService = productAnnouncementService;
     _extendedCategoryService    = extendedCategoryService;
 }
 public DeleteCategoryAttributeHandler(IExtendedCategoryService extendedCategoryService, ILocalizationService localizationService)
 {
     _extendedCategoryService = extendedCategoryService;
     _localizationService     = localizationService;
 }
示例#4
0
 public GetCategoryAttributesWithValuesHandler(IExtendedCategoryService categoryService)
 {
     _categoryService = categoryService;
 }
 public LinkCategoryAttributeValueHandler(IExtendedCategoryService extendedCategoryService, ILocalizationService localizationService)
 {
     _extendedCategoryService = extendedCategoryService;
     _localizationService     = localizationService;
 }
示例#6
0
 public GetCategoriesShortInfoHandler(IExtendedCategoryService categoryService, IInfrastructureService infrastructureService)
 {
     _categoryService       = categoryService;
     _infrastructureService = infrastructureService;
 }
 public GetCategoryAttributeValuesHandler(IExtendedCategoryService extendedcategoryservice)
 {
     _extendedcategoryservice = extendedcategoryservice;
 }
 public CreateUpdateCategoryAttributeHandler(IExtendedCategoryService extendedCategoryService)
 {
     _extendedCategoryService = extendedCategoryService;
 }