Beispiel #1
0
 public QuestionsController()
 {
     this.questionBc = new QuestionBc();
 }
Beispiel #2
0
 public void Init()
 {
     questionBc = new QuestionBc();
 }