C# 클래스 Compete.TeamManagement.TeamManagementCommands

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

공개 메소드들

메소드 설명
Authenticate ( string teamName, string password ) : bool
New ( string teamName, string longName, IEnumerable teamMembers, string password ) : bool
TeamManagementCommands ( ITeamRepository teamRepository ) : System

비공개 메소드들

메소드 설명
GetMd5HashOf ( string password ) : string

메소드 상세

Authenticate() 공개 메소드

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

New() 공개 메소드

public New ( string teamName, string longName, IEnumerable teamMembers, string password ) : bool
teamName string
longName string
teamMembers IEnumerable
password string
리턴 bool

TeamManagementCommands() 공개 메소드

public TeamManagementCommands ( ITeamRepository teamRepository ) : System
teamRepository ITeamRepository
리턴 System