Inject Ordering Context rather than Unit Of Work in Transaction Behavior to create Transaction in Db

Author: zakaria-hajeidCreated Sep 14, 2023Updated Oct 14, 2023

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 ?

issue

Source: dotnet-architecture/eShopOnContainers