Ejemplo n.º 1
0
        public Result <VerifiedVotes> VerifyVotes(UnverifiedVotes votes)
        {
            //send verification link
            //

            return(new VerifiedVotes(votes));
        }
Ejemplo n.º 2
0
 public Result <VerifiedVotes> VerifyVotes(UnverifiedVotes votes)
 {
     return(new VerifiedVotes(votes));
 }
Ejemplo n.º 3
0
 public Result <VerifiedVotes> VerifyVotes(UnverifiedVotes votes)
 {
     //implement verification from votes
     return(new VerifiedVotes(votes));
 }