diff --git a/src/com/rjconsultores/ventaboletos/service/TramoService.java b/src/com/rjconsultores/ventaboletos/service/TramoService.java index a03b59a1d..42d9fd4a4 100644 --- a/src/com/rjconsultores/ventaboletos/service/TramoService.java +++ b/src/com/rjconsultores/ventaboletos/service/TramoService.java @@ -17,9 +17,6 @@ import com.rjconsultores.ventaboletos.exception.BusinessException; * @author Administrador */ public interface TramoService { - - - public List obtenerTodos(); public Tramo obtenerID(Integer id);