Beispiel #1
0
 public CustomerIndexer(
     CustomerProcessor processor, CustomerIndexerOptionManager optionManager,
     FastProvider provider,
     FastAdapter adapter,
     EntityRepository entityRepository,
     ConnectionRepository connectionRepository) : base(processor, optionManager, provider, adapter, entityRepository, connectionRepository)
 {
 }
Beispiel #2
0
 public CustomerIndexer(
     CustomerProcessor processor,
     CustomerIndexerOptionManager optionManager,
     FastAdapter adapter) : base(processor, optionManager, adapter)
 {
 }