Ejemplo n.º 1
0
 public QuestionController()
 {
     repo    = new QuestionsRepo();
     repoCat = new CategoryQuestionsRepo();
 }
Ejemplo n.º 2
0
 public CategoryQuestionsController()
 {
     repo = new CategoryQuestionsRepo();
 }