Skip to content

Instantly share code, notes, and snippets.

@vikasmain
Created July 25, 2020 12:14
Show Gist options
  • Select an option

  • Save vikasmain/4751f5d6c9f8e455a1f0d420197f2778 to your computer and use it in GitHub Desktop.

Select an option

Save vikasmain/4751f5d6c9f8e455a1f0d420197f2778 to your computer and use it in GitHub Desktop.
class PlayersRepository @Inject constructor(val playersApi:PlayersApi) {
fun getPlayersData():Players {
return playersApi.getPlayersData()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment