Example #1
0
 public async Task <BaseResponse> SubmitVote(SubmitVoteParameter param)
 {
     return(await _votingRepository.SubmitVote(param));
 }