feat: implement core radius service and database schema for guest access management

This commit is contained in:
Tygozwolle
2026-07-23 11:12:10 +02:00
commit f186708943
30 changed files with 2594 additions and 0 deletions
@@ -0,0 +1,13 @@
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using radiuscontroller
@using radiuscontroller.Components
@using radiuscontroller.Models
@using radiuscontroller.Services
@using radiuscontroller.Data