Method | Description | |
---|---|---|
CurrentTeamAndUser ( ) : System.Web.Mvc.ViewResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
TeamsController ( IRepository repository, IAppContext appContext ) : System.Collections.Generic |
Method | Description | |
---|---|---|
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 | ||
return | System.Web.Mvc.ViewResult |
public TeamsController ( IRepository repository, IAppContext appContext ) : System.Collections.Generic | ||
repository | IRepository | |
appContext | IAppContext | |
return | System.Collections.Generic |