Example #1
0
 public void AddVote(int memberId, int[] pollOptionIds)
 {
     Polls.AddVote(memberId, pollOptionIds);
 }