package com.rjconsultores.ventaboletos.dao; import java.util.List; import com.rjconsultores.ventaboletos.entidad.ConexionCtrl; public interface ConexionCtrlDAO extends GenericDAO { public List buscarConexionesCtrl(Integer origenId, Integer destinoId); }