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