Exemplo n.º 1
0
 public ImportReference()
 {
     this.Contact = new ImportContactReference();
 }
Exemplo n.º 2
0
 public ImportReference(ImportContactReference cr)
 {
     this.Contact = cr;
 }