예제 #1
0
파일: Contenido.cs 프로젝트: acporras/EJB
 public AgentParty()
 {
     PartyIdentification = new PartyIdentification();
     PartyName           = new PartyName();
     PostalAddress       = new PostalAddress();
     PartyLegalEntity    = new PartyLegalEntity();
 }
예제 #2
0
파일: Contenido.cs 프로젝트: acporras/EJB
 public Party()
 {
     PartyName        = new PartyName();
     PostalAddress    = new PostalAddress();
     PartyLegalEntity = new PartyLegalEntity();
 }