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