public SalesPointProfile()
 {
     GEO               = new GPS();
     Contact           = new ApplicationAccountContact();
     FinancialSettings = new FinancialSettings();
     IPaddreses        = new List <string>();
 }
Example #2
0
 public ApplicationUserProfile()
 {
     Contact    = new ApplicationAccountContact();
     IPaddreses = new List <string>();
 }