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