package com.rjconsultores.ventaboletos.service; import java.util.List; import com.rjconsultores.ventaboletos.entidad.CasetaPeaje; import com.rjconsultores.ventaboletos.entidad.CasetaPeajeExcepcion; public interface CasetaPeajeExcepcionService extends GenericService { public List buscarPorCasetaPeaje(CasetaPeaje caseta); }