public ProcessGetContactInformation()
 {
     _contactInformation = new ContactInformation();
 }
Exemplo n.º 2
0
 public EndUser()
 {
     _address = new Address();
     _contactInformation = new ContactInformation();
 }