Add initial hcs database schema creation
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
@page "/management/users"
|
||||
|
||||
@using System.IdentityModel.Claims
|
||||
@using Hcs.WebApp.Components.Dialogs
|
||||
@using Hcs.WebApp.Services
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using Microsoft.AspNetCore.Identity
|
||||
@using Microsoft.EntityFrameworkCore
|
||||
@using System.IdentityModel.Claims
|
||||
|
||||
@attribute [Authorize]
|
||||
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
@using Hcs.WebApp.Components
|
||||
@using Hcs.WebApp.Components.Layout
|
||||
@using Hcs.WebApp.Components.Shared
|
||||
@using Hcs.WebApp.Data
|
||||
@using Hcs.WebApp.Data.Hcs
|
||||
@using Hcs.WebApp.Data.Identity
|
||||
@using Microsoft.AspNetCore.Components.Authorization
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
|
||||
Reference in New Issue
Block a user