Beispiel #1
0
 public QuestionsController()
 {
     if (_repo == null)
     {
         _repo = new RepoQuestions();
     }
 }