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