Exemplo n.º 1
0
 public IdServerUsersController(IIdServerUserRepository repo)
 {
     this.repo = repo;
 }
Exemplo n.º 2
0
 public UserSearchService(IIdServerUserRepository repo)
 {
     this.repo = repo;
 }