메소드 | 설명 | |
---|---|---|
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 ( ) : |
||
MakeTeamCurrent ( int teamId ) : void | ||
RemoveUser ( int userId, int teamId ) : void | ||
SaveCurrentUserAndCurrentTeam ( |
public CurrentTeamAndUser ( ) : System.Web.Mvc.ViewResult | ||
리턴 | System.Web.Mvc.ViewResult |
public TeamsController ( IRepository repository, IAppContext appContext ) : System.Collections.Generic | ||
repository | IRepository | |
appContext | IAppContext | |
리턴 | System.Collections.Generic |