Added n-m relation mapping

This commit is contained in:
2025-01-28 12:09:16 +01:00
parent 62e4daf60d
commit c8a342986b
5 changed files with 62 additions and 14 deletions

View File

@@ -95,6 +95,6 @@ app.UseAntiforgery();
app.MapStaticAssets();
app.MapRazorComponents<App>()
.AddInteractiveServerRenderMode()
.MapHopFramePages();
.AddHopFramePages();
app.Run();