public ProfileRequest() { this.dateOfBirthField = new DateOfBirth(); this.captchaField = new Captcha(); this.personalGreetingField = new PersonalGreeting(); this.securityChallengeField = new List<SecurityChallenge>(); this.preferencesField = new Preferences(); this.nameField = new ProfileName(); this.mobilePhoneField = new MobilePhone(); }
public PersonalGreetingWrapper() { this.personalGreetingField = new PersonalGreeting(); }