Exemplo n.º 1
0
 public SimpleAuthorizationServerProvider(IUserRepository _userRepository, IdentityService _identityService)
 {
     userRepository  = _userRepository;
     identityService = _identityService;
 }
Exemplo n.º 2
0
 public void SetIdentityService(IdentityService _identityService)
 {
     this.identityService = _identityService;
 }