C# Class Compete.Site.Controllers.UploadBotController

Inheritance: CompeteController
Show file Open project: aaronjensen/compete

Public Methods

Method Description
UploadBotController ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication, IConfigurationRepository configurationRepository, MatchStarter matchStarter ) : System

Private Methods

Method Description
Index ( string teamName, string password ) : System.Web.Mvc.ActionResult

Method Details

UploadBotController() public method

public UploadBotController ( ITeamManagementCommands teamCommands, IFormsAuthentication formsAuthentication, IConfigurationRepository configurationRepository, MatchStarter matchStarter ) : System
teamCommands ITeamManagementCommands
formsAuthentication IFormsAuthentication
configurationRepository IConfigurationRepository
matchStarter Compete.Site.Infrastructure.MatchStarter
return System