示例#1
0
 public Merchant(ShopInventory newInventory)
 {
     _shopInventory = newInventory;
 }
示例#2
0
 public Merchant()
 {
     _shopInventory = new ShopInventory();
 }