@using System.Net.Http @using System.Net.Http.Json @using BlazorPages.Tools @using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.WebAssembly.Http @using Microsoft.JSInterop @using AbrBlazorTools @using CurrieTechnologies.Razor.SweetAlert2 @using ApiUtils @using BlazorPages.Shared @using BootStrapComponents @using Newtonsoft.Json @inject Blazored.LocalStorage.ILocalStorageService LocalStorage @inject NavigationManager NavManager; @inject IJSRuntime JSRuntime @inject ISwalUtils SwalUtils @inject IBrowserTools BrowserTools @inject IUserUtils _userUtils @inject SweetAlertService _sweetAlertService @inject ILoadingSpinner LoadingSpinner