Exemplo n.º 1
0
 public FQuestion()
 {
     _iDQuestion = new DQuestion();
 }
Exemplo n.º 2
0
 public FQuestion(IDQuestion iDQuestion)
 {
     _iDQuestion = iDQuestion;
 }