public AttributeSetMapper( AttributeSetProcessor processor, AttributeSetMapperOptionManager optionManager, FastProvider provider, FastAdapter adapter, EntityRepository entityRepository, ConnectionRepository connectionRepository) : base(processor, optionManager, provider, adapter, entityRepository, connectionRepository) { }
public AttributeSetMapper( AttributeSetProcessor processor, AttributeSetMapperOptionManager optionManager, FastAdapter adapter) : base(processor, optionManager, adapter) { }