Beispiel #1
0
 public bool QuestionsComplete()
 {
     clsTabletDB.ITPDocumentSection DBQ = new clsTabletDB.ITPDocumentSection();
     return DBQ.ProjectQuestionsFullyAnswered(m_sPassedId);
 }