2026-01-20 19:15:33 +01:00
|
|
|
@using System.IO
|
|
|
|
|
@using System.Net.Http
|
2026-01-18 19:20:50 +01:00
|
|
|
@using System.Net.Http.Json
|
|
|
|
|
@using System.Security.Claims
|
|
|
|
|
@using Microsoft.AspNetCore.Authorization
|
|
|
|
|
@using Microsoft.AspNetCore.Components.Authorization
|
|
|
|
|
@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
|
2026-01-20 16:45:43 +01:00
|
|
|
@using Microsoft.Extensions.Logging
|
2026-01-18 19:20:50 +01:00
|
|
|
@using Microsoft.JSInterop
|
|
|
|
|
@using TrueCV.Web
|
|
|
|
|
@using TrueCV.Web.Components
|
|
|
|
|
@using TrueCV.Web.Components.Shared
|
|
|
|
|
@using TrueCV.Application.Interfaces
|
|
|
|
|
@using TrueCV.Application.DTOs
|
|
|
|
|
@using TrueCV.Application.Models
|
|
|
|
|
@using TrueCV.Domain.Enums
|