Ejemplo n.º 1
0
 public StudentsController(IDbService dbService, IConfiguration configuration, ILoginService loginService, IStudentsDbService studentsDbService, s8346Context context)
 {
     _loginService      = loginService;
     _dbService         = dbService;
     _configuration     = configuration;
     _studentsDbService = studentsDbService;
     _studentsDbContext = context;
 }
Ejemplo n.º 2
0
 public SqlServerDbService(s8346Context context)
 {
     this._dbContext = context;
 }