Метод | Описание | |
---|---|---|
GameLogController ( IAdministratorAuthentication administratorAuthentication, IFormsAuthentication formsAuthentication, ILeaderboardRepository leaderboardRepository ) : System | ||
Index ( string teamName, string otherTeamName ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
CanSeeLogForMatch ( string teamName, string otherTeamName ) : bool |
public GameLogController ( IAdministratorAuthentication administratorAuthentication, IFormsAuthentication formsAuthentication, ILeaderboardRepository leaderboardRepository ) : System | ||
administratorAuthentication | IAdministratorAuthentication | |
formsAuthentication | IFormsAuthentication | |
leaderboardRepository | ILeaderboardRepository | |
Результат | System |
public Index ( string teamName, string otherTeamName ) : System.Web.Mvc.ActionResult | ||
teamName | string | |
otherTeamName | string | |
Результат | System.Web.Mvc.ActionResult |