Exemple #1
0
 public CreateModel(BookListDemoDbContext context)
 {
     this._context = context;
 }
 public IndexModel(BookListDemoDbContext context)
 {
     this._context = context;
 }
Exemple #3
0
 public Edit(BookListDemoDbContext context)
 {
     _context = context;
 }