Skip to content

Instantly share code, notes, and snippets.

@AOrobator
Created February 13, 2018 03:59
Show Gist options
  • Select an option

  • Save AOrobator/16e3ddd45f04ad75a7a6074b03b6e692 to your computer and use it in GitHub Desktop.

Select an option

Save AOrobator/16e3ddd45f04ad75a7a6074b03b6e692 to your computer and use it in GitHub Desktop.
interface PlaylistRepository: Repository {
fun addSongToPlaylist(songId: Long, playlistId: Long)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment