Beispiel #1
0
 public IndexModel(EFCarsDB.Data.WebAppForCarsDBContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CreateModel(EFCarsDB.Data.WebAppForCarsDBContext context)
 {
     _context = context;
 }