feat(ProfileObjState): State Entität mit StateId-foreign-key hinzugefügt.
This commit is contained in:
@@ -44,6 +44,9 @@ namespace WorkFlow.Domain.Entities
|
||||
public required DateTime AddedWhen { get; init; }
|
||||
|
||||
[ForeignKey("MwfProfileId")]
|
||||
public Profile? Profile { get; init; }
|
||||
public Profile? Profile { get; init; } = null;
|
||||
|
||||
[ForeignKey("StateId")]
|
||||
public WfState? State { get; init; } = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user