Esempio n. 1
0
 public Node(string name, int tel, string em)
 {
     Contato = new Contato(name, tel, em);
 }
Esempio n. 2
0
 public Node()
 {
     Contato = new Contato();
 }