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