C# Class SpeakerNet.Controllers.SessionVotingController

Inheritance: SpeakerNetController
Afficher le fichier Open project: dotnet-koelnbonn/SpeakerNet

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
Sessions ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Results() public méthode

public Results ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SessionVotingController() public méthode

public SessionVotingController ( ISessionVotingService service ) : System
service ISessionVotingService
Résultat System

Vote() public méthode

public Vote ( int id, int points ) : System.Web.Mvc.ActionResult
id int
points int
Résultat System.Web.Mvc.ActionResult

Votes() public méthode

public Votes ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

VotingResults() public méthode

public VotingResults ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult