Unit of Work component that automatically handles transactions (with multiple DbContext support).
Info
| Version: | 1.0.0 |
| Author(s): | Piotr Hechelski |
| Last Update: | Thursday, November 16, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/piotrekh/unit-of-work-core |
| NuGet Url: | https://www.nuget.org/packages/UnitOfWorkCore |
Install
Install-Package UnitOfWorkCore
dotnet add package UnitOfWorkCore
paket add UnitOfWorkCore
UnitOfWorkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Relational(>= 2.0.0)
Tags