Info
Version: | 6.0.2 |
Author(s): | HT |
Last Update: | Tuesday, February 15, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HT.Repositories |
Install
Install-Package HT.Repositories
dotnet add package HT.Repositories
paket add HT.Repositories
HT.Repositories Download (Unzip the "nupkg" after downloading)
Dependencies
- HT.Enums(>= 5.0.1.9)
- Microsoft.EntityFrameworkCore(>= 5.0.1)
Tags
interface IAService : IRepository<AModel>;
class AService : Repository<class, DbContext>, IAService;.