Skip to content

Conversation

@StanimalTheMan
Copy link

This is my first attempt at the initial CLI build.

}

public Booking createBooking(Car car, User user) {
Booking booking = new Booking(UUID.randomUUID(), car, user, LocalDateTime.now(), false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expand capacity when full

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants