gleimar 2014-04-17 22:22:13 +00:00
parent 423a7ba628
commit a66ad251c1
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ import com.rjconsultores.ventaboletos.exception.BusinessException;
*/
public interface TramoService {
public List<Tramo> obtenerTodos();
public Tramo obtenerID(Integer id);
public void borrar(Tramo entidad) throws BusinessException;