Exemplo n.º 1
0
 public bool GetAllExp(ref DataTable dt)
 {
     QuestAnsDAL QuestDAL = new QuestAnsDAL();
     if (QuestDAL.GetAllExp(ref dt))
     {
         return true;
     }
     else
     {
         return false;
     }
 }