Ejemplo n.º 1
0
 public PhoneNumber(PhoneNumber phone)
 {
     this.kind   = phone.kind;
     this.number = phone.number;
 }