Ejemplo n.º 1
0
       public bool GetAlleBooksWL(ref DataTable dt)
       {
           QuestAnsDAL QuestDAL = new QuestAnsDAL();

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