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