Created
November 27, 2019 16:00
-
-
Save mantisbayne/20a25c3f88a31e307bb9559c68965f13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ExampleRepository(private val exampleDao: ExampleDao) : IExampleRepository { | |
override fun getAll(): Observable<List<Example>> = exampleDao.getAll() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment