예제 #1
0
 public TokenController(IConfiguration config, JWTiContext context)
 {
     _config  = config;
     _context = context;
 }
예제 #2
0
 public UserController(JWTiContext context)
 {
     _context = context;
 }