Esempio n. 1
0
 public UsersController(IAuthenticationService authenticationService)
 {
     _authenticationService = authenticationService;
 }
 public TokenController(IAuthenticationService authenticationService, IConfiguration config)
 {
     _authenticationService = authenticationService;
     _config = config;
 }