예제 #1
0
 public TableDetailsController(Book04Context context)
 {
     _context = context;
 }
 public TableCustomersController(Book04Context context)
 {
     _context = context;
 }
예제 #3
0
 public TableBooksController(Book04Context context)
 {
     _context = context;
 }
예제 #4
0
 public TableOrdersController(Book04Context context)
 {
     _context = context;
 }