Skip to content
This repository was archived by the owner on Dec 14, 2017. It is now read-only.

How to edit claims for multiple accounts in one transaction? #708

@molntamas

Description

@molntamas

In my business logic I would like to remove a claim from several users and add that claim to another user within a single transaction.

How could I achieve that this operation of removals and adding happens in one transaction in the SQL database?

I guess I could use the DbContextUserAccountRepository class, edit the accounts and then do a save operation. But I was wondering if there is a better approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions