Exemplo n.º 1
0
 public AttributeSetPusher(
     AttributeSetPusherOptionManager optionManager,
     AttributeSetProcessor processor,
     FastProvider provider,
     FastAdapter adapter,
     EntityRepository entityRepository,
     ConnectionRepository connectionRepository) : base(optionManager, processor, provider, adapter, entityRepository, connectionRepository)
 {
 }
Exemplo n.º 2
0
 public AttributeSetMapper(
     AttributeSetProcessor processor,
     AttributeSetMapperOptionManager optionManager,
     FastAdapter adapter) : base(processor, optionManager, adapter)
 {
 }