コード例 #1
0
 public TokenController(IConfiguration config, Day17PracticalContext context)
 {
     _configuration = config;
     _context       = context;
 }
コード例 #2
0
 public ProductsController(Day17PracticalContext context)
 {
     _context = context;
 }