基于EFCore+Dapper 封装Repository,实现UnitOfWork,提供基本的CURD操作,支持多数据. 
                        
                    
         
                Info
| Version: | 2.0.0.2 | 
| Author(s): | Wei.Repository | 
| Last Update: | Wednesday, October 12, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/a34546/Wei.Repository.git | 
| NuGet Url: | https://www.nuget.org/packages/Wei.Repository | 
Install
Install-Package Wei.Repository
                        dotnet add package Wei.Repository
                        paket add Wei.Repository
                        
                                Wei.Repository Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Dapper(>= 2.0.30)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.0)
- Microsoft.Extensions.DependencyModel(>= 3.1.0)
- Pomelo.EntityFrameworkCore.MySql(>= 3.1.0)
