Example #1
0
 public async Task <BaseResponse> UpdateVoting(ModelVotingView model)
 {
     return(await _votingRepository.UpdateVoting(model));
 }