Example #1
0
 public void Add(Vegetable vegetable)
 {
     this.vegetablesInBowl.Add(vegetable);
 }
 private void Cut(Vegetable potato)
 {
     ///...
 }