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