Esempio n. 1
0
        public bool CastVote(string candidateName)
        {
            CandidateGateway aCandidateGateway = new CandidateGateway();
            bool             castVoteStatus    = aCandidateGateway.CastThisVote(candidateName);

            return(castVoteStatus);
        }