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