Exemple #1
0
 public DeleteModel(CRUDcars.Data.ApplicationDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public IndexModel(CRUDcars.Data.ApplicationDbContext context)
 {
     _context = context;
 }