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

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