EntityChangeWithUsername.cs 239 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 using Yi.Framework.AuditLogging.Domain.Entities; namespace Yi.Framework.AuditLogging.Domain; public class EntityChangeWithUsername { public EntityChangeEntity EntityChange { get; set; } public string UserName { get; set; } }