Example #1
0
       public bool GetAllPresentations(ref DataTable dt)
       {
           QuestAnsDAL QuestDAL = new QuestAnsDAL();

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