How to deal with multiple DbContext’s and UnitOfWorks
I’m currently trying to introduce the Unit of Work pattern in my .NET application, in order to create a transactional behavior for MediatR:
I’m currently trying to introduce the Unit of Work pattern in my .NET application, in order to create a transactional behavior for MediatR: