예제 #1
0
 // voeg constructor toe om geïnjecteerde DBContext
 // te kunnen binnenkrijgen in deze klasse
 public UpdatingOneModel(Bll.Student7Context dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #2
0
 public IndexModel(Bll.Student7Context dbContext)
 {
     this.dbContext = dbContext;
 }
 public ReadingOneModel(Bll.Student7Context dbContext)
 {
     this.DbContext = dbContext;
 }