Esempio n. 1
0
        public bool GetAllInteresting(ref DataTable dt)        //AM???
        {
            QuestAnsDAL QueryDAL = new QuestAnsDAL();

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