AIMS_BD_IATI.WebAPI.Models.Authentication.CustomMembershipProvider.ResetPassword C# (CSharp) Method

ResetPassword() public method

public ResetPassword ( string userId, string newPassword ) : string
userId string
newPassword string
return string
        public override string ResetPassword(string userId, string newPassword)
        {
            throw new NotImplementedException();
        }