Пример #1
0
 public bool IsQuestionOnTest(int QuestionID, int TestID)
 {
     return(apTestData.IsQuestionOnTest(QuestionID, TestID));
 }