Exemplo n.º 1
0
 public ExecutionFlowService(IResultsAggregatorService resultsAggregatorService, ISearchEnginesService searchEnginesService, IResultsOutputService resultsOutputService)
 {
     _resultsAggregatorService = resultsAggregatorService;
     _searchEnginesService     = searchEnginesService;
     _resultsOutputService     = resultsOutputService;
 }
 public void SetUp()
 {
     _resultsAggregatorService = new ResultsAggregatorService();
 }