Method | Description | |
---|---|---|
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
MembershipService ( ) : MiniHawraman.Core.Services.Interfaces | ||
MembershipService ( |
||
ValidateUser ( string userName, string password ) : bool |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
return | bool |
public MembershipService ( ) : MiniHawraman.Core.Services.Interfaces | ||
return | MiniHawraman.Core.Services.Interfaces |
public MembershipService ( |
||
userService | ||
return | MiniHawraman.Core.Services.Interfaces |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
return | bool |