Exemplo n.º 1
0
 public GrammarFileAnalyzedController(
     IGrammarFileAnalyzedService grammarFileAnalyzedService,
     IParsedSentService parsedSentService,
     WebMapper webMapper)
 {
     _grammarFileAnalyzedService = grammarFileAnalyzedService;
     _parsedSentService          = parsedSentService;
     _mapper = webMapper.Mapper;
 }
 public TextAnalyzeMessageHandler(
     IParsedSentService parsedSentService,
     IGrammarFileAnalyzedService grammarFileAnalyzedService,
     EventHandlerMapper eventHandlerMapper)
 {
     _parsedSentService          = parsedSentService;
     _grammarFileAnalyzedService = grammarFileAnalyzedService;
     _eventHandlerMapper         = eventHandlerMapper;
 }