Method | Description | |
---|---|---|
GetListSessionVotingModel ( ) : IEnumerable |
||
GetSessionDetailModel ( int id ) : |
||
GetSessionVoters ( ) : IEnumerable |
||
GetSessionVotesSummary ( ) : IEnumerable |
||
SessionVotingService ( IRepository |
||
Vote ( int id, int points ) : IEnumerable |
||
Votes ( ) : IEnumerable |
Method | Description | |
---|---|---|
CountVotes ( int userId ) : int | ||
UpdateSessionResult ( int sessionId ) : void | ||
Votes ( int userId ) : IEnumerable |
public GetListSessionVotingModel ( ) : IEnumerable |
||
return | IEnumerable |
public GetSessionDetailModel ( int id ) : |
||
id | int | |
return |
public GetSessionVotesSummary ( ) : IEnumerable |
||
return | IEnumerable |
public SessionVotingService ( IRepository |
||
sessionRepository | IRepository |
|
currentWeb | ICurrentWebUser | |
voteRepository | IRepository |
|
settings | IVotingSettings | |
return | System |
public Vote ( int id, int points ) : IEnumerable |
||
id | int | |
points | int | |
return | IEnumerable |