Files
gpw_next/GPW.CORE.WRKLOG/Components/_Imports.razor
T
2024-09-04 17:55:06 +02:00

20 lines
695 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@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
@using Microsoft.JSInterop
@using GPW.CORE.Data
@using GPW.CORE.Data.DbModels
@using GPW.CORE.Data.DTO
@using GPW.CORE.WRKLOG
@using GPW.CORE.WRKLOG.Components
@using GPW.CORE.WRKLOG.Components.Compo
@using GPW.CORE.WRKLOG.Components.Pages
@using GPW.CORE.WRKLOG.Data
@using EgwCoreLib.Razor