Example #1
0
 public TokenController(IConfiguration config, AgrifoodContext context)
 {
     _configuration = config;
     _context       = context;
 }
 public ProductsController(AgrifoodContext context)
 {
     _context = context;
 }