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