C# Class P02._Identity_After.AccountManager

Inheritance: IAccountManager
Datei anzeigen Open project: georgidelchev/CSharp-Programming-Advanced

Public Methods

Method Description
ChangePassword ( string oldPass, string newPass ) : void

Method Details

ChangePassword() public method

public ChangePassword ( string oldPass, string newPass ) : void
oldPass string
newPass string
return void