C# Class Compete.TeamManagement.TeamManagementCommands

Inheritance: ITeamManagementCommands
Mostrar archivo Open project: aaronjensen/compete

Public Methods

Method Description
Authenticate ( string teamName, string password ) : bool
New ( string teamName, string longName, IEnumerable teamMembers, string password ) : bool
TeamManagementCommands ( ITeamRepository teamRepository ) : System

Private Methods

Method Description
GetMd5HashOf ( string password ) : string

Method Details

Authenticate() public method

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

New() public method

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

TeamManagementCommands() public method

public TeamManagementCommands ( ITeamRepository teamRepository ) : System
teamRepository ITeamRepository
return System