This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Inject Ordering Context rather than Unit Of Work in Transaction Behavior to create Transaction in DbΒ #2157
Open
Description
Hello, I have a question about why you depend on Ordering context in Transaction Behavior To (BeginTransactionAsync)
Why the transaction operation are put in ordering context ? in this case you can use the data access layer in application layer
why not depend on UnitOfWork abstraction to create transaction and manage the transaction ?
Metadata
Metadata
Assignees
Labels
No labels