A generic repository pattern implementation using cqrs concepts.
Info
Version: | 2.0.0 |
Author(s): | bruno.moura |
Last Update: | Sunday, December 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MosaicoSolutions/CSharpGenericRepository |
NuGet Url: | https://www.nuget.org/packages/MosaicoSolutions.GenericRepository |
Install
Install-Package MosaicoSolutions.GenericRepository
dotnet add package MosaicoSolutions.GenericRepository
paket add MosaicoSolutions.GenericRepository
MosaicoSolutions.GenericRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.2.1)
- Newtonsoft.Json(>= 12.0.2)
Tags