CarbonFitness.BusinessLogic.Implementation.MembershipBusinessLogic.ChangePassword C# (CSharp) Méthode

ChangePassword() public méthode

public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool
userName string
oldPassword string
newPassword string
Résultat bool
        public bool ChangePassword(string userName, string oldPassword, string newPassword)
        {
            throw new NotImplementedException();
        }