C# Класс BinaryStudio.ClientManager.WebUi.Controllers.TeamsController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
CurrentTeamAndUser ( ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
TeamsController ( IRepository repository, IAppContext appContext ) : System.Collections.Generic

Приватные методы

Метод Описание
AddUser ( int personId, int teamId ) : void
CreateTeam ( string name ) : void
GetCurrentUser ( ) : User
MakeTeamCurrent ( int teamId ) : void
RemoveUser ( int userId, int teamId ) : void
SaveCurrentUserAndCurrentTeam ( User value ) : void

Описание методов

CurrentTeamAndUser() публичный Метод

public CurrentTeamAndUser ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

TeamsController() публичный Метод

public TeamsController ( IRepository repository, IAppContext appContext ) : System.Collections.Generic
repository IRepository
appContext IAppContext
Результат System.Collections.Generic