public StudentRepository(schedule_dbContext schedule_DbContext)
 {
     _dbContext = schedule_DbContext;
 }
Beispiel #2
0
 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;
 }
Beispiel #5
0
 public AuthRepository(schedule_dbContext schedule_DbContext)
 {
     _DbContext = schedule_DbContext;
 }