Ejemplo n.º 1
0
 @Transactional
 public void updateBooking(Booking booking) {
   bookingDAO.updateBooking(booking);
 }