Ejemplo n.º 1
0
 public ProductParentCategoryPusher(ProductParentCategoryPusherOptionManager optionManager,
                                    ProductProcessor entityProcessor,
                                    ParentCategoryAttributeProcessor attributeProcessor,
                                    FastProvider provider,
                                    FastAdapter adapter,
                                    EntityRepository entityRepository,
                                    AttributeRepository attributeRepository,
                                    ConnectionRepository connectionRepository) : base(optionManager, entityProcessor, attributeProcessor, provider, adapter, entityRepository, attributeRepository, connectionRepository)
 {
 }
 public ProductParentCategoryPusher(ProductParentCategoryPusherOptionManager optionManager,
                                    ProductProcessor entityProcessor,
                                    ParentCategoryAttributeProcessor attributeProcessor,
                                    FastAdapter adapter) : base(optionManager, entityProcessor, attributeProcessor, adapter)
 {
 }