Extends PetaPoco.Repository to allow automatically setting the user who created/updated an entity as well as the date the entity was created/updated.
Info
Version: | 1.0.4 |
Author(s): | Tim Burris |
Last Update: | Wednesday, February 15, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TimBurris/PetaPoco.Repository.CreateUpdateStamper |
NuGet Url: | https://www.nuget.org/packages/PetaPoco.Repository.CreateUpdateStamper |
Install
Install-Package PetaPoco.Repository.CreateUpdateStamper
dotnet add package PetaPoco.Repository.CreateUpdateStamper
paket add PetaPoco.Repository.CreateUpdateStamper
PetaPoco.Repository.CreateUpdateStamper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- PetaPoco.Repository.Abstractions(>= 1.0.2)
Tags