Пример #1
0
 public static List <Question> GetTestQuestion(int testId)
 {
     return(QuestionDAL.GetTestQuestion(testId));
 }