메소드 | 설명 | |
---|---|---|
GetListSessionVotingModel ( ) : IEnumerable |
||
GetSessionDetailModel ( int id ) : |
||
GetSessionVoters ( ) : IEnumerable |
||
GetSessionVotesSummary ( ) : IEnumerable |
||
SessionVotingService ( IRepository |
||
Vote ( int id, int points ) : IEnumerable |
||
Votes ( ) : IEnumerable |
메소드 | 설명 | |
---|---|---|
CountVotes ( int userId ) : int | ||
UpdateSessionResult ( int sessionId ) : void | ||
Votes ( int userId ) : IEnumerable |
public GetListSessionVotingModel ( ) : IEnumerable |
||
리턴 | IEnumerable |
public GetSessionDetailModel ( int id ) : |
||
id | int | |
리턴 |
public SessionVotingService ( IRepository |
||
sessionRepository | IRepository |
|
currentWeb | ICurrentWebUser | |
voteRepository | IRepository |
|
settings | IVotingSettings | |
리턴 | System |