Esempio n. 1
0
 public DataController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 2
0
 public ManageController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }
 public AnalyticsController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }
 public SettingsController(StudentSelection2Context dbContext)
 {
     _dbContext = dbContext;
 }