public DataPagesController(MilesPerGallonContext context) { _context = context; }
public CarsController(MilesPerGallonContext context) { _context = context; }