메소드 | 설명 | |
---|---|---|
ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
MembershipBusinessLogic ( IUserRepository userRepository ) : System | ||
ValidateUser ( string userName, string password ) : bool |
public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool | ||
userName | string | |
oldPassword | string | |
newPassword | string | |
리턴 | bool |
public MembershipBusinessLogic ( IUserRepository userRepository ) : System | ||
userRepository | IUserRepository | |
리턴 | System |
public ValidateUser ( string userName, string password ) : bool | ||
userName | string | |
password | string | |
리턴 | bool |