Beispiel #1
0
        public bool QuickSearchList(ref DataTable dt, QuestAnsBE Quest)
        {
            QuestAnsDAL QuestDAL = new QuestAnsDAL();

            if (QuestDAL.QuickSearchList(ref dt, Quest))
            {
                return(true);
            }
            else
            {
                return(false);
            }
        }