Esempio n. 1
0
 public InventoryRepository(InventoryContext _context)
 {
     context = _context;
 }
Esempio n. 2
0
 public InventoryRepository()
 {
     context = new InventoryContext();
 }