app
androidJvm
app
/
pl.inpost.recruitmenttask.model.repository
Package-level
declarations
Types
Types
Shipment
Repository
Link copied to clipboard
class
ShipmentRepository
@
Inject
constructor
(
apiService
:
ShipmentApi
)
Shipment
Repository
Dao
Link copied to clipboard
class
ShipmentRepositoryDao
@
Inject
constructor
(
dao
:
ShipmentNetworkDao
)