eager load Page associated to PageModule

This commit is contained in:
sbwalker
2024-06-27 17:05:22 -04:00
parent 03f081f3f4
commit 532890674e
2 changed files with 20 additions and 6 deletions

View File

@ -59,8 +59,12 @@ namespace Oqtane.Models
/// <summary>
/// The <see cref="Module"/> itself.
/// TODO: todoc - unclear if this is always populated
/// </summary>
public Module Module { get; set; }
/// <summary>
/// The <see cref="Page"/> itself.
/// </summary>
public Page Page { get; set; }
}
}