Пример #1
0
 public bool UnResolved(ref DataTable dt)
 {
     QuestAnsDAL QuestDAL = new QuestAnsDAL();
     if (QuestDAL.UnResolved(ref dt))
     {
         return true;
     }
     else
     {
         return false;
     }
 }