public SearchController(IPersonRepos repos)
 {
     _repos = repos;
 }
Beispiel #2
0
 public PersonController(IPersonRepos repos)
 {
     _repos = repos;
 }