Beispiel #1
0
 public ServiceFactory(IClientService clientService, ITokenService tokenService, IResourceOwnerService resourceOwnerService, IAuthorizationGrantService authorizationGrantService)
 {
     ClientService = clientService;
     TokenService = tokenService;
     ResourceOwnerService = resourceOwnerService;
     AuthorizationGrantService = authorizationGrantService;
 }
 public ServiceFactory(IClientService clientService, ITokenService tokenService, IResourceOwnerService resourceOwnerService, IAuthorizationGrantService authorizationGrantService)
 {
     ClientService             = clientService;
     TokenService              = tokenService;
     ResourceOwnerService      = resourceOwnerService;
     AuthorizationGrantService = authorizationGrantService;
 }