Interface BookingService
-
public interface BookingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Booking booking)List<Booking>list()
-
public interface BookingService
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(Booking booking) |
|
List<Booking> |
list() |