Example #1
0
 public IndexModel(SimpleInventory.Models.InventoryContext context)
 {
     _context = context;
 }
Example #2
0
 public EditModel(SimpleInventory.Models.InventoryContext context)
 {
     _context = context;
 }
 public DeleteModel(SimpleInventory.Models.InventoryContext context)
 {
     _context = context;
 }