Esempio n. 1
0
 public Inventory()
 {
     this._inventoryLogic = new InventoryLogic();
 }
Esempio n. 2
0
 public InventoryUnitTest()
 {
     this._repo = new Repository();
     this._inventoryLogic = new InventoryLogic();
 }