public PasajeroController(TravellContext context) { _pasajeroService = new PasajeroService(context); }
public PasajeroService(TravellContext context) { _context = context; }