Пример #1
0
 public ProcessorService(LuceneProcessor luceneProcessor,
                         ApplicationContext applicationContext,
                         ResponseSenderService responseSenderService)
 {
     _luceneProcessor    = luceneProcessor;
     _applicationContext = applicationContext;
 }
Пример #2
0
 public ProcessorService(IntelligenceRequestAdapter intelligenceRequestAdapter, ApplicationContext applicationContext, ResponseSenderService responseSenderService)
 {
     _intelligenceRequestAdapter = intelligenceRequestAdapter;
     _applicationContext         = applicationContext;
 }