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