Example #1
0
 public SearchController(IDOPProvider provider, IDOPSearch searcher)
 {
     this.provider = provider;
     this.searcher = searcher;
 }
Example #2
0
 public MainController(IDOPProvider provider, IDOPSearch test)
 {
     this.provider = provider;
     this.test     = test;
 }