C# 클래스 CarbonFitness.BusinessLogic.Implementation.MembershipBusinessLogic

상속: IMembershipBusinessLogic
파일 보기 프로젝트 열기: yodiz/CarbonFitness 1 사용 예제들

공개 메소드들

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

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( string userName, string oldPassword, string newPassword ) : bool
userName string
oldPassword string
newPassword string
리턴 bool

MembershipBusinessLogic() 공개 메소드

public MembershipBusinessLogic ( IUserRepository userRepository ) : System
userRepository IUserRepository
리턴 System

ValidateUser() 공개 메소드

public ValidateUser ( string userName, string password ) : bool
userName string
password string
리턴 bool