public TransactionManager()
 {
     db = new InventoryDBDataContext();
 }
 public InventoryManager()
 {
     db = new InventoryDBDataContext();
 }
Example #3
0
 public TransactionManager()
 {
     db = new InventoryDBDataContext();
 }
 public InventoryManager()
 {
     db = new InventoryDBDataContext();
 }