Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Last active May 7, 2024 12:43
Show Gist options
  • Save MkhytarMkhoian/0a2056d344bd1143d1fba6cf57ca1fae to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/0a2056d344bd1143d1fba6cf57ca1fae to your computer and use it in GitHub Desktop.
class FaresDataRepository(
private val faresLocalDataSource: FaresLocalDataSource,
private val faresRemoteDataSource: FaresRemoteDataSource,
private val backgroundDispatcher: CoroutineDispatcher = Dispatchers.IO,
) : FaresRepository { /* ... */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment