Method | Description | |
---|---|---|
Index ( ) : System.Web.Mvc.ActionResult | ||
Results ( ) : System.Web.Mvc.ActionResult | ||
SessionVotingController ( ISessionVotingService service ) : System | ||
Vote ( int id, int points ) : System.Web.Mvc.ActionResult | ||
Votes ( ) : System.Web.Mvc.ActionResult | ||
VotingResults ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Sessions ( ) : System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Results ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SessionVotingController ( ISessionVotingService service ) : System | ||
service | ISessionVotingService | |
return | System |
public Vote ( int id, int points ) : System.Web.Mvc.ActionResult | ||
id | int | |
points | int | |
return | System.Web.Mvc.ActionResult |
public Votes ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public VotingResults ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |