Esempio n. 1
0
 /// <summary>
 /// Updates the user profile.
 /// </summary>
 /// <param name="newProfile">The new user profile.</param>
 public void UpdateUserProfile(UserDto newProfile)
 {
     provider.UpdateUserProfile(newProfile);
 }