Skip to content

Instantly share code, notes, and snippets.

@sberoch
Created July 12, 2020 22:55
Show Gist options
  • Save sberoch/b93f4dfbc64ed3ada75181f6d62cb144 to your computer and use it in GitHub Desktop.
Save sberoch/b93f4dfbc64ed3ada75181f6d62cb144 to your computer and use it in GitHub Desktop.
class CharacterRepository @Inject constructor(
private val remoteDataSource: CharacterRemoteDataSource,
private val localDataSource: CharacterDao
) {
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment