C# Class iGoat.Data.UserRepository

Inheritance: IUserRepository
Afficher le fichier Open project: AcklenAvenue/iGoat-Delivery-Back-End

Méthodes publiques

Méthode Description
GetUser ( string authKey ) : User
GetUser ( string username, string password ) : User
UpdateNewAuthKey ( User user, string authKey ) : void
UserRepository ( ISession session ) : System

Method Details

GetUser() public méthode

public GetUser ( string authKey ) : User
authKey string
Résultat iGoat.Domain.User

GetUser() public méthode

public GetUser ( string username, string password ) : User
username string
password string
Résultat iGoat.Domain.User

UpdateNewAuthKey() public méthode

public UpdateNewAuthKey ( User user, string authKey ) : void
user iGoat.Domain.User
authKey string
Résultat void

UserRepository() public méthode

public UserRepository ( ISession session ) : System
session ISession
Résultat System