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