Ejemplo n.º 1
0
 public void AddFlower(Flower flower)
 {
     plants.Add(flower);
 }