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

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