Пример #1
0
 public TokenController(IConfiguration config, slotContext context)
 {
     _configuration = config;
     _context       = context;
 }
 public UserinfoesController(slotContext context)
 {
     _context = context;
 }