public ProductImagePusher(ProductImagePusherOptionManager optionManager, ProductProcessor entityProcessor, ImageAttributeProcessor attributeProcessor, FastProvider provider, FastAdapter adapter, EntityRepository entityRepository, AttributeRepository attributeRepository, ConnectionRepository connectionRepository) : base(optionManager, entityProcessor, attributeProcessor, provider, adapter, entityRepository, attributeRepository, connectionRepository) { }
public ProductImagePusher(ProductImagePusherOptionManager optionManager, ProductProcessor entityProcessor, ImageAttributeProcessor attributeProcessor, FastAdapter adapter) : base(optionManager, entityProcessor, attributeProcessor, adapter) { }