Example #1
0
 /// <summary>
 /// Updates the zentity user.
 /// </summary>
 /// <param name="user">The user.</param>
 /// <returns>System.Boolean; true if successful, false otherwise.</returns>
 private static bool UpdateZentityUser(ZentityUser user)
 {
     return(user.UpdateProfile());
 }