-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
.NETPull requests that update .NET codePull requests that update .NET codeenhancementNew feature or requestNew feature or request
Description
Description
Add support for transactions in the Repository to ensure data integrity in scenarios where multiple operations need to be executed atomically.
Acceptance Criteria
- Modify the Repository to begin and commit transactions as needed.
- Ensure that changes are rolled back in case of failures.
- Add tests for transactional behavior.
- Document transaction management in the codebase.
Resources
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .NET codePull requests that update .NET codeenhancementNew feature or requestNew feature or request