Пример #1
0
 public ProductSubCategoryPusher(
     ProductSubCategoryPusherOptionManager optionManager,
     ProductProcessor entityProcessor,
     SubCategoryAttributeProcessor attributeProcessor,
     FastAdapter adapter) : base(optionManager, entityProcessor, attributeProcessor, adapter)
 {
 }
Пример #2
0
 public ProductSubCategoryPusher(ProductSubCategoryPusherOptionManager optionManager,
                                 ProductProcessor entityProcessor,
                                 SubCategoryAttributeProcessor attributeProcessor,
                                 FastProvider provider,
                                 FastAdapter adapter,
                                 EntityRepository entityRepository,
                                 AttributeRepository attributeRepository,
                                 ConnectionRepository connectionRepository) : base(optionManager, entityProcessor, attributeProcessor, provider, adapter, entityRepository, attributeRepository, connectionRepository)
 {
 }