public Inventory() { this._inventoryLogic = new InventoryLogic(); }
public InventoryUnitTest() { this._repo = new Repository(); this._inventoryLogic = new InventoryLogic(); }