Ejemplo n.º 1
0
 public void Add(Vegetable vegetable, int quantity)
 {
     _inventory.AddVegetableToInventory(vegetable, quantity);
 }