Interface BookingService
-
public interface BookingServiceSimple interface describing the booking service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Booking booking)Bookingget(Long id)List<Booking>list()
-