Skip to content

Soft Delete does not work for the DeleteRange method #2

@Saspess

Description

@Saspess

If an entity implements IDeleted, then when calling Delete, the IsDeleted field of the entity is simply set to false in the database. However, when calling DeleteRange, the record is completely removed from the database, even if the entity implements IDeleted. The same issue applies to IRepository

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions