public HomeController(IQuestionsService qs, ICategoriesServive cs) { this.qs = qs; this.cs = cs; }
public QuestionsController(IQuestionsService qs, IAnswersService ans, ICategoriesServive cs) { this.qs = qs; this.ans = ans; this.cs = cs; }