Example #1
0
 public QuestionController(DaoParagraphe daoParagraphe, DaoQuestion daoQuestion)
 {
     this._daoParagraphe = daoParagraphe;
     this._daoQuestion   = daoQuestion;
     paragraphes         = _daoParagraphe.GetAllParagraphes().Result;
 }
 public ParagrapheController(DaoParagraphe daoParagraphe)
 {
     this._daoParagraphe = daoParagraphe;
     paragraphes         = _daoParagraphe.GetAllParagraphes().Result;
 }