コード例 #1
0
 public PollVote Get(Guid id)
 {
     return(_pollVoteRepository.Get(id));
 }