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