public StudentsController(IDbService dbService, IConfiguration configuration, LoginService loginService, IStudentsDbService studentsDbService, s19048Context s19048Context) { _dbService = dbService; _configuration = configuration; _loginService = loginService; _studentsDbService = studentsDbService; _s19048Context = s19048Context; }
public SqlServerDbService(s19048Context context) { this._dbContext = context; }