コード例 #1
0
 public void DeleteVote(int VoteID)
 {
     _voteRepository.DeleteVote(VoteID);
 }