Beispiel #1
0
 public CarsController(MvcCarsContext context)
 {
     _context = context;
 }