25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_Imports.razor 817 B

123456789101112131415161718192021222324
  1. @using System.Net.Http
  2. @using System.Net.Http.Json
  3. @using Microsoft.AspNetCore.Components.Forms
  4. @using Microsoft.AspNetCore.Components.Routing
  5. @using Microsoft.AspNetCore.Components.Web
  6. @using Microsoft.AspNetCore.Components.Web.Virtualization
  7. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  8. @using Microsoft.JSInterop
  9. @using Services
  10. @using AbrBlazorTools
  11. @using CurrieTechnologies.Razor.SweetAlert2
  12. @using ApiUtils
  13. @using Panel
  14. @using Panel.Shared
  15. @using BlazorBootstrap
  16. @using SwalServices
  17. @inject Blazored.LocalStorage.ILocalStorageService LocalStorage
  18. @inject NavigationManager NavManager;
  19. @inject IJSRuntime JSRuntime
  20. @inject ISwalUtils SwalUtils
  21. @inject IBrowserTools BrowserTools
  22. @inject IUserUtils _userUtils
  23. @inject NavigationManager NavigationManager
  24. @inject SweetAlertService _sweetAlertService