Example #1
0
 public async Task EndPoll(long pollId)
 {
     await _pollRepository.EndPoll(pollId);
 }