Package-level declarations

Types

Link copied to clipboard
class PersonRepositoryImpl @Inject constructor(personDao: PersonDao) : PersonRepository
Link copied to clipboard
class ReceiptRepositoryImpl @Inject constructor(receiptDao: ReceiptDao, categoryDao: CategoryDao) : ReceiptRepository