Exemplo n.º 1
0
 public void Add(Vegetable vegetable)
 {
     this.Vegetables.Add(vegetable);
 }
Exemplo n.º 2
0
 public void Add(Vegetable product)
 {
     this.products.Add(product);
 }
Exemplo n.º 3
0
 public void Add(Vegetable vegetable)
 {
     this.products.Add(vegetable);
 }
Exemplo n.º 4
0
 public void Add(Vegetable product)
 {
     vegetables.Add(product);
 }
Exemplo n.º 5
0
 public void Add(Vegetable product)
 {
     salad.Add(product);
 }