示例#1
0
 //Get Question By Id
 public Question GetQuestionById(int id)
 {
     return(_examRepository.GetQuestionById(id));
 }