-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_Imports.razor
28 lines (28 loc) · 1.13 KB
/
_Imports.razor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Authorization
@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 HrAspire.Web.Client
@using HrAspire.Web.Client.Components.Shared
@using HrAspire.Web.Client.Services.Account
@using HrAspire.Web.Client.Services.Employees
@using HrAspire.Web.Client.Services.Documents
@using HrAspire.Web.Client.Services.SalaryRequests
@using HrAspire.Web.Client.Services.VacationRequests
@using HrAspire.Web.Common
@using HrAspire.Web.Common.Models.Account
@using HrAspire.Web.Common.Models.Employees
@using HrAspire.Web.Common.Models.Documents
@using HrAspire.Web.Common.Models.SalaryRequests
@using HrAspire.Web.Common.Models.VacationRequests
@using Microsoft.AspNetCore.Components.QuickGrid
@using Microsoft.AspNetCore.Authorization
@using HrAspire.Web.Common.Mappers
@using HrAspire.Business.Common
@using HrAspire.Salaries.Data.Models
@using HrAspire.Vacations.Data.Models
@using Blazored.FluentValidation