コード例 #1
0
 public LoginController(MacAuthContext context, IOptions <MacAuthConfig> config)
 {
     _context = context;
     _config  = config;
 }
コード例 #2
0
 public CodeController(MacAuthContext context, IOptions <MacAuthConfig> config, IOptions <Clients> clients)
 {
     _context = context;
     _config  = config;
     _clients = clients;
 }