Ejemplo n.º 1
0
 public ProductAttributeOptionPusher(
     ProductAttributeOptionPusherOptionManager optionManager,
     AttributeOptionProcessor processor,
     FastProvider provider,
     FastAdapter adapter,
     EntityRepository entityRepository,
     ConnectionRepository connectionRepository) : base(optionManager, processor, provider, adapter, entityRepository, connectionRepository)
 {
 }
 public ProductAttributeOptionPusher(
     ProductAttributeOptionPusherOptionManager optionManager,
     AttributeOptionProcessor processor,
     FastAdapter adapter) : base(optionManager, processor, adapter)
 {
 }