Implemented security functionality
Added data protection feature Migrated changes
This commit is contained in:
@@ -21,7 +21,6 @@ public static class Mappers
|
||||
UpdatedAt = entity.UpdatedAt,
|
||||
UpdatedBy = entity.UpdatedBy
|
||||
};
|
||||
|
||||
|
||||
public static AuditLog Map(this Entities.AuditLog entity) => new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user