Пример #1
0
 public HomeController(IThemeService themeService, IQuestionLineService questionLineService)
 {
     this.themeService        = themeService;
     this.questionLineService = questionLineService;
 }