示例#1
0
 public DataController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }
示例#2
0
 public ManageController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }
 public AnalyticsController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }
 public SettingsController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }