Set a record (employee, contract, department) status to deleted instead of deleting it
etrupja opened this issue · comments
Ervis Trupja commented
Instead of physicaly deleting components a new property isDeleted should be added. So, when one component is deleted then this status is set to true which means it will not be shown to the user.
Ervis Trupja commented
Changes were applied. BaseRepository was extended with the new methods