Skip to content

Instantly share code, notes, and snippets.

@ncomet
Created April 12, 2019 05:52
Show Gist options
  • Save ncomet/f4770b783c3d8cab345c39171920f12c to your computer and use it in GitHub Desktop.
Save ncomet/f4770b783c3d8cab345c39171920f12c to your computer and use it in GitHub Desktop.
interface BookingService {
fun bookRoom(roomId: RoomID): BookingOutcome
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment