Пример #1
0
        public static bool CastVote(object memberid, int answerid)
        {
            IPoll dal = Factory <IPoll> .Create("Poll");

            return(dal.CastVote(memberid, answerid));
        }