Exemplo n.º 1
0
 public PersonModel()
 {
     ContactInformation = new ContactInfoModel();
     Address            = new LocationInfoModel();
 }
Exemplo n.º 2
0
 public PersonModel()
 {
     ContactInformation = new ContactInfoModel();
     Address = new LocationInfoModel();
 }