public StudentRepository(schedule_dbContext schedule_DbContext) { _dbContext = schedule_DbContext; }
public UserRepository(schedule_dbContext schedule_DbContext, IConfiguration config) { _dbContext = schedule_DbContext; _config = config; }
public TeacherRepository(schedule_dbContext schedule_DbContext) { _dbContext = schedule_DbContext; }
public ScheduleRepository(schedule_dbContext schedule_DbContext) { _dbContext = schedule_DbContext; }
public AuthRepository(schedule_dbContext schedule_DbContext) { _DbContext = schedule_DbContext; }