C# 클래스 AssessmentAnywhere.Services.Users.UserRepo

상속: IUserRepo
파일 보기 프로젝트 열기: pebblecode/AssessmentAnywhere

공개 메소드들

메소드 설명
Create ( string username, string password, string emailAddress ) : IUser
EmailAddressExists ( string emailAddress ) : bool
Exists ( string username ) : bool
Open ( string username ) : IUser

메소드 상세

Create() 공개 메소드

public Create ( string username, string password, string emailAddress ) : IUser
username string
password string
emailAddress string
리턴 IUser

EmailAddressExists() 공개 메소드

public EmailAddressExists ( string emailAddress ) : bool
emailAddress string
리턴 bool

Exists() 공개 메소드

public Exists ( string username ) : bool
username string
리턴 bool

Open() 공개 메소드

public Open ( string username ) : IUser
username string
리턴 IUser