C# 클래스 SOLID.Examples.SingleResponsibilityPrinciple.RobsExerciseSolution.AuthenticationCommand

파일 보기 프로젝트 열기: 7digital/SolidExamples

공개 메소드들

메소드 설명
AuthenticationCommand ( string username, string password, IUserRepository userRepository )
DoLogin ( ) : bool

비공개 메소드들

메소드 설명
MaxLoginAttemptsReached ( ) : bool
PasswordIsValid ( ) : bool
UserIsValid ( ) : bool

메소드 상세

AuthenticationCommand() 공개 메소드

public AuthenticationCommand ( string username, string password, IUserRepository userRepository )
username string
password string
userRepository IUserRepository

DoLogin() 공개 메소드

public DoLogin ( ) : bool
리턴 bool