C# Class AssessmentAnywhere.Services.Users.UserRepo

Inheritance: IUserRepo
Afficher le fichier Open project: pebblecode/AssessmentAnywhere

Méthodes publiques

Méthode 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 méthode

public Create ( string username, string password, string emailAddress ) : IUser
username string
password string
emailAddress string
Résultat IUser

EmailAddressExists() public méthode

public EmailAddressExists ( string emailAddress ) : bool
emailAddress string
Résultat bool

Exists() public méthode

public Exists ( string username ) : bool
username string
Résultat bool

Open() public méthode

public Open ( string username ) : IUser
username string
Résultat IUser