ShipmentRepositoryDao

class ShipmentRepositoryDao @Inject constructor(dao: ShipmentNetworkDao)

Constructors

Link copied to clipboard
@Inject
constructor(dao: ShipmentNetworkDao)

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun insert(shipmentItem: ShipmentNetwork)
Link copied to clipboard
suspend fun insertItems(shipmentItem: ShipmentsResponse)
Link copied to clipboard
fun updateItem(shipmentItem: ShipmentNetwork)