Exemple #1
0
 public bool ClearVotes()
 {
     if (totalVotes <= 0)
     {
         return(true);                 // always correct?
     }
     return(DBPoll.ClearVotes(pollGuid));
 }
Exemple #2
0
        public bool ClearVotes()
        {
            if (totalVotes <= 0) return true; // always correct?

            return DBPoll.ClearVotes(pollGuid);
        }