Example #1
0
 public ProductController(WhiskeyContext context)
 {
     _context = context;
 }
 public EmployeeController(WhiskeyContext context)
 {
     _context = context;
 }
Example #3
0
 public CustomerController(WhiskeyContext context)
 {
     _context = context;
 }
Example #4
0
 public TypeOfWhiskeyController(WhiskeyContext context)
 {
     _context = context;
 }
 public OriginController(WhiskeyContext context)
 {
     _context = context;
 }
Example #6
0
 public OrderController(WhiskeyContext context)
 {
     _context = context;
 }