Example #1
0
 public IdServerUsersController(IIdServerUserRepository repo)
 {
     this.repo = repo;
 }
 public UserSearchService(IIdServerUserRepository repo)
 {
     this.repo = repo;
 }