예제 #1
0
 public InventoryDisplay(Inventory inventory)
 {
     this.inventory = inventory;
 }
예제 #2
0
 public InventoryCount(Inventory inventory)
 {
     this.inventory = inventory;
 }