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

Inheritance: IAuthenticationService
Mostra file Open project: ToJans/NerdBeers

Public Methods

Method Description
AuthenticationService ( IDBFactory DBFactory ) : System
GetLogin ( string usernameoremail, string password ) : Nerd

Method Details

AuthenticationService() public method

public AuthenticationService ( IDBFactory DBFactory ) : System
DBFactory IDBFactory
return System

GetLogin() public method

public GetLogin ( string usernameoremail, string password ) : Nerd
usernameoremail string
password string
return Org.NerdBeers.Web.Models.Nerd