Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 457 Bytes

File metadata and controls

2 lines (2 loc) · 457 Bytes

EFCore.CU.GenericRepository.Common

Nuget Package with support for .NET 6 , GenericRepository Pattern and Dependency Injection. It is built for microservices that will only be responsible for Add and Update operations in a Distributed Microservices architecture to make a project more efficient in terms of scalability. DataContext must be provided from the project where this nuget package is included. It only includes Repository Add and Update Methods.