AIMS_BD_IATI.WebAPI.Models.Authentication.CustomMembershipProvider.ResetPassword C# (CSharp) Метод

ResetPassword() публичный Метод

public ResetPassword ( string userId, string newPassword ) : string
userId string
newPassword string
Результат string
        public override string ResetPassword(string userId, string newPassword)
        {
            throw new NotImplementedException();
        }