public TransactionManager()
 {
     db = new InventoryDBDataContext();
 }
 public InventoryManager()
 {
     db = new InventoryDBDataContext();
 }
Ejemplo n.º 3
0
 public TransactionManager()
 {
     db = new InventoryDBDataContext();
 }
 public InventoryManager()
 {
     db = new InventoryDBDataContext();
 }