コード例 #1
0
 public BaseResult <List <Question> > GetQuestions()
 {
     return(_retroLogic.GetQuestions());
 }