示例#1
0
 public ProductMapper(
     ProductProcessor processor,
     ProductMapperOptionManager optionManager,
     FastProvider provider,
     FastAdapter adapter,
     EntityRepository entityRepository,
     ConnectionRepository connectionRepository) : base(processor, optionManager, provider, adapter, entityRepository, connectionRepository)
 {
 }
示例#2
0
 public ProductMapper(
     ProductProcessor processor,
     ProductMapperOptionManager optionManager,
     FastAdapter adapter) : base(processor, optionManager, adapter)
 {
 }