Shipment List View Model
class ShipmentListViewModel @Inject constructor(shipmentRepository: ShipmentRepository, shipmentRepositoryDao: ShipmentRepositoryDao) : ViewModel
Constructors
Link copied to clipboard
@Inject