public SubCategoryMapper( SubCategoryProcessor processor, SubCategoryMapperOptionManager optionManager, FastProvider provider, FastAdapter adapter, EntityRepository entityRepository, ConnectionRepository connectionRepository) : base(processor, optionManager, provider, adapter, entityRepository, connectionRepository) { }
public SubCategoryMapper( SubCategoryProcessor processor, SubCategoryMapperOptionManager optionManager, FastAdapter adapter) : base(processor, optionManager, adapter) { }