app / de.uniks.codliners.stock_simulator.database / AccountDao / insertDepotValue

insertDepotValue

abstract fun insertDepotValue(depotValue: DepotValue): Unit

Inserts a DepotValue into the database.

Parameters

depotValue - The DepotValue to be inserted.