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