leonardo 2017-07-28 18:03:06 +00:00
parent e21143a332
commit fc2e687987
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class PrecioFixoPedagioServiceImpl implements PrecioFixoPedagioService {
return result; return result;
} }
@Override @Transactional
public PrecioFixoPedagio suscribir(PrecioFixoPedagio entidad) { public PrecioFixoPedagio suscribir(PrecioFixoPedagio entidad) {
return precioFixoPedagioDAO.suscribir(entidad); return precioFixoPedagioDAO.suscribir(entidad);