C# Class Compete.Site.Infrastructure.SigninService

Inheritance: ISignin
Show file Open project: aaronjensen/compete

Public Methods

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

Method Details

Signin() public method

public Signin ( string teamName, string password ) : bool
teamName string
password string
return bool

SigninService() public method

public SigninService ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication ) : System
teamCommands ITeamManagementCommands
formsAuthentication IFormsAuthentication
return System