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