C# 클래스 SpeakerNet.Services.SessionVotingService

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

공개 메소드들

메소드 설명
GetListSessionVotingModel ( ) : IEnumerable
GetSessionDetailModel ( int id ) : SessionVotingDetailModel
GetSessionVoters ( ) : IEnumerable
GetSessionVotesSummary ( ) : IEnumerable
SessionVotingService ( IRepository sessionRepository, ICurrentWebUser currentWeb, IRepository voteRepository, IVotingSettings settings ) : System
Vote ( int id, int points ) : IEnumerable
Votes ( ) : IEnumerable

비공개 메소드들

메소드 설명
CountVotes ( int userId ) : int
UpdateSessionResult ( int sessionId ) : void
Votes ( int userId ) : IEnumerable

메소드 상세

GetListSessionVotingModel() 공개 메소드

public GetListSessionVotingModel ( ) : IEnumerable
리턴 IEnumerable

GetSessionDetailModel() 공개 메소드

public GetSessionDetailModel ( int id ) : SessionVotingDetailModel
id int
리턴 SpeakerNet.ViewModels.SessionVotingDetailModel

GetSessionVoters() 공개 메소드

public GetSessionVoters ( ) : IEnumerable
리턴 IEnumerable

GetSessionVotesSummary() 공개 메소드

public GetSessionVotesSummary ( ) : IEnumerable
리턴 IEnumerable

SessionVotingService() 공개 메소드

public SessionVotingService ( IRepository sessionRepository, ICurrentWebUser currentWeb, IRepository voteRepository, IVotingSettings settings ) : System
sessionRepository IRepository
currentWeb ICurrentWebUser
voteRepository IRepository
settings IVotingSettings
리턴 System

Vote() 공개 메소드

public Vote ( int id, int points ) : IEnumerable
id int
points int
리턴 IEnumerable

Votes() 공개 메소드

public Votes ( ) : IEnumerable
리턴 IEnumerable