Last active
December 21, 2019 16:01
-
-
Save gastsail/12397d6c89bb43a35ab7110aec65c748 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 EventsImpl(private val eventsRepo:IEventsRepo): IEvent { | |
override suspend fun getEvents(): Resource<MutableList<Event>> = eventsRepo.getEventsDB() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment