示例#1
0
 public ImportReference()
 {
     this.Contact = new ImportContactReference();
 }
示例#2
0
 public ImportReference(ImportContactReference cr)
 {
     this.Contact = cr;
 }