Ejemplo n.º 1
0
 public void EnleverPlanète(string p) => PlanètesControllées.Remove(p);
Ejemplo n.º 2
0
 public void AjouterPlanète(string p) => PlanètesControllées.Add(p);