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

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