Exemple #1
0
 public PersonModel()
 {
     ContactInformation = new ContactInfoModel();
     Address            = new LocationInfoModel();
 }
Exemple #2
0
 public PersonModel()
 {
     ContactInformation = new ContactInfoModel();
     Address = new LocationInfoModel();
 }