[CHANGE] Fixed auditing, storing images from account import
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Manager.Data.Entities.Audit;
|
||||
|
||||
public class EntityAudit
|
||||
{
|
||||
public required Guid Id { get; set; }
|
||||
[MaxLength(200)]
|
||||
public required string EntityName { get; set; }
|
||||
[MaxLength(200)]
|
||||
|
Reference in New Issue
Block a user