C# Class AssessmentAnywhere.Services.Users.UserRepo

Inheritance: IUserRepo
Show file Open project: pebblecode/AssessmentAnywhere

Public Methods

Method Description
Create ( string username, string password, string emailAddress ) : IUser
EmailAddressExists ( string emailAddress ) : bool
Exists ( string username ) : bool
Open ( string username ) : IUser

Method Details

Create() public method

public Create ( string username, string password, string emailAddress ) : IUser
username string
password string
emailAddress string
return IUser

EmailAddressExists() public method

public EmailAddressExists ( string emailAddress ) : bool
emailAddress string
return bool

Exists() public method

public Exists ( string username ) : bool
username string
return bool

Open() public method

public Open ( string username ) : IUser
username string
return IUser