diff --git a/IRaCIS.Core.Domain/BaseModel/Entity.cs b/IRaCIS.Core.Domain/BaseModel/Entity.cs index 8fc614e3e..d05d0fb5c 100644 --- a/IRaCIS.Core.Domain/BaseModel/Entity.cs +++ b/IRaCIS.Core.Domain/BaseModel/Entity.cs @@ -110,7 +110,7 @@ public abstract class BaseFullAuditEntity : Entity, IAuditUpdate, IAuditAdd public UserRole CreateUserRole { get; set; } - [ForeignKey("CreateUserId")] + [ForeignKey("UpdateUserId")] [JsonIgnore] public UserRole UpdateUserRole { get; set; } }