[CHANGE] History -> Audit

This commit is contained in:
max
2025-09-14 03:30:39 +02:00
parent 0f83cf1ddc
commit e82736a45f
4 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ using Microsoft.EntityFrameworkCore;
namespace Manager.Data.Entities.Audit;
public class EntityHistory
public class EntityAudit
{
[MaxLength(200)]
public required string EntityName { get; set; }