コード例 #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
ファイル: ProductMapper.cs プロジェクト: tww19861004/fastSQL
 public ProductMapper(
     ProductProcessor processor,
     ProductMapperOptionManager optionManager,
     FastAdapter adapter) : base(processor, optionManager, adapter)
 {
 }