Esempio n. 1
0
 public Merchant(ShopInventory newInventory)
 {
     _shopInventory = newInventory;
 }
Esempio n. 2
0
 public Merchant()
 {
     _shopInventory = new ShopInventory();
 }