C# 클래스 SpeakerNet.Controllers.SessionVotingController

상속: SpeakerNetController
파일 보기 프로젝트 열기: dotnet-koelnbonn/SpeakerNet

공개 메소드들

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

비공개 메소드들

메소드 설명
Sessions ( ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Results() 공개 메소드

public Results ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

SessionVotingController() 공개 메소드

public SessionVotingController ( ISessionVotingService service ) : System
service ISessionVotingService
리턴 System

Vote() 공개 메소드

public Vote ( int id, int points ) : System.Web.Mvc.ActionResult
id int
points int
리턴 System.Web.Mvc.ActionResult

Votes() 공개 메소드

public Votes ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

VotingResults() 공개 메소드

public VotingResults ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult