|
123456789101112131415161718192021222324 |
- @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 Microsoft.AspNetCore.Components.Web.Virtualization
- @using Microsoft.AspNetCore.Components.WebAssembly.Http
- @using Microsoft.JSInterop
- @using Services
- @using AbrBlazorTools
- @using CurrieTechnologies.Razor.SweetAlert2
- @using ApiUtils
- @using Panel
- @using Panel.Shared
- @using BlazorBootstrap
- @using SwalServices
- @inject Blazored.LocalStorage.ILocalStorageService LocalStorage
- @inject NavigationManager NavManager;
- @inject IJSRuntime JSRuntime
- @inject ISwalUtils SwalUtils
- @inject IBrowserTools BrowserTools
- @inject IUserUtils _userUtils
- @inject NavigationManager NavigationManager
- @inject SweetAlertService _sweetAlertService
|