git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@21114 d1611594-4594-4d17-8e1d-87c2c4800839
parent
4b6bd609be
commit
17492e53f9
|
@ -1,5 +1,9 @@
|
|||
package com.rjconsultores.ventaboletos.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.rjconsultores.ventaboletos.vo.conexion.ConexionVO;
|
||||
|
||||
public interface ConexionDAO {
|
||||
|
||||
/**
|
||||
|
@ -8,4 +12,5 @@ public interface ConexionDAO {
|
|||
*/
|
||||
public void generarConexiones(Integer usuarioId);
|
||||
|
||||
public List<ConexionVO> buscarConexiones(Integer origenId,Integer destinoId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue