insertOffloadingService

open suspend override fun insertOffloadingService(offloadingService: OffloadingService)

Insert a OffloadingService into the database by using offloadingServiceDao.

Parameters

offloadingService

the OffloadingService to be inserted.

See also