Exemplo n.º 1
0
 public Contact(Utilisateur user, int id_contact, string type)
 {
     this.user       = user;
     this.id_contact = id_contact;
     this.type       = type;
 }