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