Пример #1
0
 public IEnumerable <Question> ListQestionByTestId(int id)
 {
     return(_questionDomain.List(Question => Question.TestId == id));
 }