Exemple #1
0
 public async Task <VoterModel> GetVoterByVinAsync(int electionId, string vin)
 {
     return(await _voterRepository.GetVoterByVinAsync(electionId, vin));
 }