Пример #1
0
 public async Task <BaseResponse> InsertVoting(ModelVotingView model)
 {
     return(await _votingRepository.InsertVoting(model));
 }