Add register page, associated view model and successfully call service that just sends back received data

This commit is contained in:
2026-01-26 21:53:09 +01:00
parent f743332a1e
commit 6c77fabe47
9 changed files with 116 additions and 3 deletions

View File

@@ -6,5 +6,5 @@
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using blazor_mini_sandbox
@using blazor_mini_sandbox.Layout
@using Sandbox
@using Sandbox.Layout