基于Wei.Repository,封装的AppService,提供基本的CURD操作,也可以继承AppService,重写CURD操作,实现Entity>Dto自动映射.
Info
Version: | 1.0.4 |
Author(s): | Wei.Service |
Last Update: | Friday, December 27, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/a34546/Wei.Service.git |
NuGet Url: | https://www.nuget.org/packages/Wei.Service |
Install
Install-Package Wei.Service
dotnet add package Wei.Service
paket add Wei.Service
Wei.Service Download (Unzip the "nupkg" after downloading)
Dependencies
- TinyMapper(>= 3.0.3)
- Wei.Repository(>= 1.0.5)