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