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