Ejemplo n.º 1
0
 public BaseResult <List <Question> > GetQuestions()
 {
     return(_retroLogic.GetQuestions());
 }