Exemplo n.º 1
0
        public void Save()
        {
            var profileData = new ProfileData();

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