Exemplo n.º 1
0
 public UserInfoM()
 {
     State                  = new StateM();
     City                   = "Oakland";
     apnAddress             = new APNAddress();
     TranslationServiceInfo = new TranslationServiceInfoM();
 }
Exemplo n.º 2
0
 public MailingAddress_M()
 {
     State = new StateM();
     City  = "Oakland";
 }
Exemplo n.º 3
0
 public APNAddress()
 {
     State = new StateM();
 }