예제 #1
0
 public async Task <bool> Handle(VoterExistsQuery request, CancellationToken cancellationToken)
 {
     return(await _voterRepository.ExistsAsync(request.voterId));
 }