예제 #1
0
 public OnOrdsController(ReleaseCandContext context)
 {
     _context = context;
 }
 public ReservationsController(ReleaseCandContext context)
 {
     _context = context;
 }
예제 #3
0
 public CustomerController(ReleaseCandContext context)
 {
     _context = context;
 }