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