public AttributeSetPusher(
     AttributeSetPusherOptionManager optionManager,
     AttributeSetProcessor processor,
     FastProvider provider,
     FastAdapter adapter,
     EntityRepository entityRepository,
     ConnectionRepository connectionRepository) : base(optionManager, processor, provider, adapter, entityRepository, connectionRepository)
 {
 }
Beispiel #2
0
 public AttributeSetPusher(
     AttributeSetPusherOptionManager optionManager,
     AttributeSetProcessor processor,
     FastAdapter adapter) : base(optionManager, processor, adapter)
 {
 }