Exemplo n.º 1
0
 public Member()
 {
     MailAddress = new Address();
     BillingAddress = new Address();
     PrimaryMemberLicense = new MemberLicense();
     SecondaryMemberLicense = new MemberLicense();
 }
Exemplo n.º 2
0
Arquivo: Firm.cs Projeto: jascenci/MS
 public Firm()
 {
     OfficeAddress = new Address();
 }