Receipts
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Receipts
Receipts
/
com.fam007e.receipts.data.repository
Package-level
declarations
Types
Types
Person
Repository
Impl
Link copied to clipboard
class
PersonRepositoryImpl
@
Inject
constructor
(
personDao
:
PersonDao
)
:
PersonRepository
Receipt
Repository
Impl
Link copied to clipboard
class
ReceiptRepositoryImpl
@
Inject
constructor
(
receiptDao
:
ReceiptDao
,
categoryDao
:
CategoryDao
)
:
ReceiptRepository