コード例 #1
0
 public Voter UpdateVoter(Voter voter)
 {
     return(_voterRepository.UpdateVoter(voter));
 }