예제 #1
0
파일: UserManager.cs 프로젝트: IA1r/Torrent
 /// <summary>
 /// Updates the user profile.
 /// </summary>
 /// <param name="newProfile">The new user profile.</param>
 public void UpdateUserProfile(UserDto newProfile)
 {
     provider.UpdateUserProfile(newProfile);
 }