public UserController(ITextAnalyserService textAnalyserService) { this.textAnalyserService = textAnalyserService; }
public TextAnalyser(ITextAnalyserService textAnalyserService, IWordsRepository wordsRepository) { _textAnalyserService = textAnalyserService; _wordsRepository = wordsRepository; }