Example #1
0
 public Task <Vote> GetVoteFromIdAsync(int voteId)
 {
     return(_votingService.GetVoteFromIdAsync(voteId));
 }