Пример #1
0
 public QuestionTypeManagerTests()
 {
     this._questions = Utility.CreateQuestionTypeManager();
 }
 public ValuesController(QuestionTypeManager questionTypeManager)
 {
     _questionTypeManager = questionTypeManager;
 }