Exemple #1
0
 public bool Remove(IVegetable item)
 {
     return(_ingridients.Remove(item));
 }