20 lines
616 B
Plaintext
20 lines
616 B
Plaintext
@using System.Net.Http
|
|
@using System.Net.Http.Json
|
|
@using Microsoft.AspNetCore.Components
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
|
@using Microsoft.JSInterop
|
|
@using EgwCoreLib
|
|
@using EgwCoreLib.Razor
|
|
@using EgwCoreLib.Utils
|
|
@using IOB_MAN
|
|
@using IOB_MAN.Components
|
|
@using IOB_MAN.Components.Compo
|
|
@using IOB_MAN.Components.Layout
|
|
@using IOB_MAN.Components.Pages
|
|
@using IOB_MAN.Core
|
|
@using IOB_MAN.Core.DTO
|
|
@using IOB_MAN.Core.Models
|
|
@using IOB_MAN.Core.Services |