Example #1
0
 public static void FinishElection(Guid electionId)
 {
     _votingService.FinishElection(electionId);
 }