예제 #1
0
 public UsersController(IAuthenticationService authenticationService)
 {
     _authenticationService = authenticationService;
 }
예제 #2
0
 public TokenController(IAuthenticationService authenticationService, IConfiguration config)
 {
     _authenticationService = authenticationService;
     _config = config;
 }