public TokenController(IConfiguration config, Prj1DBContext context) { _configuration = config; _context = context; }
public GoodsController(Prj1DBContext context) { db = context; }