private void Cook(Vegetable potato) { // TODO: Implement this method throw new NotImplementedException(); }
private void Peel(Vegetable currentVegetable) { // TODO: Implement this method throw new NotImplementedException(); }
public void Add(Vegetable currentVegetable) { // TODO: Implement this method throw new NotImplementedException(); }