コード例 #1
0
 public bool HasUserVotedAlready(Guid answerId, int userId)
 {
     return(_pollVoteRepository.HasUserVotedAlready(answerId, userId));
 }