C# Class Org.NerdBeers.Web.Services.AuthenticationService

Inheritance: IAuthenticationService
Afficher le fichier Open project: ToJans/NerdBeers

Méthodes publiques

Méthode Description
AuthenticationService ( IDBFactory DBFactory ) : System
GetLogin ( string usernameoremail, string password ) : Nerd

Method Details

AuthenticationService() public méthode

public AuthenticationService ( IDBFactory DBFactory ) : System
DBFactory IDBFactory
Résultat System

GetLogin() public méthode

public GetLogin ( string usernameoremail, string password ) : Nerd
usernameoremail string
password string
Résultat Org.NerdBeers.Web.Models.Nerd