Exemplo n.º 1
0
 public Program(SearchService searchService)
 {
     this.searchService = searchService;
 }
Exemplo n.º 2
0
 public Program()
 {
     this.searchService = new SearchService();
 }