Skip to content

Instantly share code, notes, and snippets.

@mitrejcevski
Last active January 23, 2020 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitrejcevski/cbe0b4a1ecae6619753f13be575620b7 to your computer and use it in GitHub Desktop.
Save mitrejcevski/cbe0b4a1ecae6619753f13be575620b7 to your computer and use it in GitHub Desktop.
class TripsController {
...
fun someTripsCheck() {
...
val trips = TripsDao.findTripsFor(userId)
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment