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

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