Exemplo n.º 1
0
 public async Task <int> CountVotedVotersAsync(int electionId)
 {
     return(await _voterRepository.CountVotedVotersAsync(electionId));
 }