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