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