Exemplo n.º 1
0
 public void Cook(Vegetable vegetable)
 {
     //..
 }
Exemplo n.º 2
0
 public void Add(Vegetable product)
 {
     this.vegetables.Add(product);
 }