Exemplo n.º 1
0
 public QuestionSortManager()
 {
     sortDB = new QuestionSortDb();
 }
Exemplo n.º 2
0
 public QuestionManager()
 {
     Qdb    = new QuestionDB();
     sortdb = new QuestionSortDb();
 }