Example #1
0
 public bool IsVotingExists(Guid id)
 {
     return(_votingRepository.IsVotingExists(id));
 }