コード例 #1
0
 public List <PollVote> GetAllPollVotes()
 {
     return(_pollVoteRepository.GetAllPollVotes());
 }