feat(data): add navigation properties to all entity models
This commit is contained in:
@@ -8,4 +8,7 @@ public sealed class SubtaskEntity
|
||||
public bool Completed { get; set; }
|
||||
public int OrderNum { get; set; }
|
||||
public required DateTime CreatedAt { get; init; }
|
||||
|
||||
// Navigation property
|
||||
public TaskEntity Task { get; set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user