_Imports.razor 538 B

12345678910111213141516
  1. @using AntDesign
  2. @using AntDesign.Charts
  3. @using AntDesign.ProLayout
  4. @using System.Net.Http
  5. @using System.Net.Http.Json
  6. @using Microsoft.AspNetCore.Components.Forms
  7. @using Microsoft.AspNetCore.Components.Routing
  8. @using Microsoft.AspNetCore.Components.Web
  9. @using Microsoft.AspNetCore.Components.WebAssembly.Http
  10. @using Microsoft.JSInterop
  11. @using wispro.sp.web
  12. @using wispro.sp.entity
  13. @using wispro.sp.web.Models
  14. @using wispro.sp.web.Services
  15. @using Microsoft.AspNetCore.Components.Authorization
  16. @using Microsoft.AspNetCore.Authorization