C# 클래스 BinaryStudio.ClientManager.WebUi.Controllers.TeamsController

상속: Controller
파일 보기 프로젝트 열기: titarenko/ClientManager

공개 메소드들

메소드 설명
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