public void Save() { var profileData = new ProfileData(); SetEnvironmentData(profileData); SetSubscriptionData(profileData); profileStore.Save(profileData); }
public void Save(ProfileData profile) { EnsureNewStore(); newStore.Save(profile); }