public ProductTierPricePusher(ProductTierPricePusherOptionManager optionManager, ProductProcessor entityProcessor, TierPriceAttributeProcessor attributeProcessor, FastProvider provider, FastAdapter adapter, EntityRepository entityRepository, AttributeRepository attributeRepository, ConnectionRepository connectionRepository) : base(optionManager, entityProcessor, attributeProcessor, provider, adapter, entityRepository, attributeRepository, connectionRepository) { }
public ProductTierPricePusher(ProductTierPricePusherOptionManager optionManager, ProductProcessor entityProcessor, TierPriceAttributeProcessor attributeProcessor, FastAdapter adapter) : base(optionManager, entityProcessor, attributeProcessor, adapter) { }