Esempio n. 1
0
 public InventoryDisplay(Inventory inventory)
 {
     this.inventory = inventory;
 }
Esempio n. 2
0
 public InventoryCount(Inventory inventory)
 {
     this.inventory = inventory;
 }