Beispiel #1
0
 public async Task <int> CountVotersAsync(int electionId)
 {
     return(await _voterRepository.CountVotersAsync(electionId));
 }