コード例 #1
0
 public List <Question> MakeQuestionOrder(int id)
 {
     return(_examRepository.MakeQuestionOrder(id));
 }