コード例 #1
0
 public StudentRepository(schedule_dbContext schedule_DbContext)
 {
     _dbContext = schedule_DbContext;
 }
コード例 #2
0
 public UserRepository(schedule_dbContext schedule_DbContext, IConfiguration config)
 {
     _dbContext = schedule_DbContext;
     _config    = config;
 }
コード例 #3
0
 public TeacherRepository(schedule_dbContext schedule_DbContext)
 {
     _dbContext = schedule_DbContext;
 }
コード例 #4
0
 public ScheduleRepository(schedule_dbContext schedule_DbContext)
 {
     _dbContext = schedule_DbContext;
 }
コード例 #5
0
 public AuthRepository(schedule_dbContext schedule_DbContext)
 {
     _DbContext = schedule_DbContext;
 }