示例#1
0
 public TokenController(IConfiguration config, Prj1DBContext context)
 {
     _configuration = config;
     _context       = context;
 }
示例#2
0
 public GoodsController(Prj1DBContext context)
 {
     db = context;
 }