public IdentityController(MicroS_Common.Services.Identity.Services.IIdentityService identityService, MicroS_Common.Services.Identity.Services.IRefreshTokenService refreshTokenService, IBusPublisher busPublisher, IDispatcher dispatcher, IConfiguration configuration) : base(identityService, refreshTokenService, busPublisher, dispatcher, configuration)
 {
 }
예제 #2
0
 public TokensController(IAccessTokenService accessTokenService, MicroS_Common.Services.Identity.Services.IRefreshTokenService refreshTokenService, IDispatcher dispatcher, IConfiguration configuration) : base(accessTokenService, refreshTokenService, dispatcher, configuration)
 {
 }