Beispiel #1
0
        public bool GetAllVideos(ref DataTable dt)
        {
            QuestAnsDAL QuestDAL = new QuestAnsDAL();

            if (QuestDAL.GetAllVideos(ref dt))
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }