Пример #1
0
 public ImportReference()
 {
     this.Contact = new ImportContactReference();
 }
Пример #2
0
 public ImportReference(ImportContactReference cr)
 {
     this.Contact = cr;
 }