C# Class Compete.Site.Infrastructure.SigninService

Inheritance: ISignin
Afficher le fichier Open project: aaronjensen/compete

Méthodes publiques

Méthode Description
Signin ( string teamName, string password ) : bool
SigninService ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication ) : System

Method Details

Signin() public méthode

public Signin ( string teamName, string password ) : bool
teamName string
password string
Résultat bool

SigninService() public méthode

public SigninService ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication ) : System
teamCommands ITeamManagementCommands
formsAuthentication IFormsAuthentication
Résultat System