Dev Repository

interface DevRepository

Base interface for Repository

Author

Jimly A.

Since

01-Jun-20.

Properties

Link copied to clipboard
abstract val dbService: DbService?

Room Dao that must inherit DbService, nullable

Link copied to clipboard
abstract val webService: WebService?

service API that must inherit WebService, nullable

Sources

Link copied to clipboard