public SpotsController(ParkHereContext context) { _context = context; }
public ParkingLotsController(ParkHereContext context) { _context = context; }