public bool Check(Telephone telephone) { return((telephone.Id == this.Mobile.Id) ? true : false); }
public Personne(string nom) { Nom = nom; Mobile = null; }