C# 클래스 Compete.Site.Infrastructure.SigninService

상속: ISignin
파일 보기 프로젝트 열기: aaronjensen/compete

공개 메소드들

메소드 설명
Signin ( string teamName, string password ) : bool
SigninService ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication ) : System

메소드 상세

Signin() 공개 메소드

public Signin ( string teamName, string password ) : bool
teamName string
password string
리턴 bool

SigninService() 공개 메소드

public SigninService ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication ) : System
teamCommands ITeamManagementCommands
formsAuthentication IFormsAuthentication
리턴 System