예제 #1
0
 public async Task DeleteElection(int electionId)
 {
     await _electionRepository.DeleteElection(electionId);
 }