コード例 #1
0
 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)
 {
 }
コード例 #2
0
 public ProductImagePusher(ProductImagePusherOptionManager optionManager,
                           ProductProcessor entityProcessor,
                           ImageAttributeProcessor attributeProcessor,
                           FastAdapter adapter) : base(optionManager, entityProcessor, attributeProcessor, adapter)
 {
 }