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