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

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