Beispiel #1
0
 public DeleteModel(BookInventory.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public IndexModel(BookInventory.Data.ApplicationDbContext context)
 {
     _context = context;
 }