Add support for soft deletion in the platform
tatarincev opened this issue · 0 comments
tatarincev commented
Soft deletion is to mark a record in a database for deletion or to temporarily prevent it from being selected. In order to actually delete the record, a "hard" delete or "permanent" delete function must be performed.
https://spin.atomicobject.com/2019/01/29/entity-framework-core-soft-delete/