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