Beispiel #1
0
        public bool GetAllPopular(ref DataTable dt)     //AM????
        {
            QuestAnsDAL QueryDAL = new QuestAnsDAL();

            if (QueryDAL.GetAllPopular(ref dt))
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }