PSTW_CentralizeSystem/Areas/Identity/Pages/_ViewImports.cshtml
2024-11-20 16:27:35 +08:00

6 lines
214 B
Plaintext

@using Microsoft.AspNetCore.Identity
@using PSTW_CentralSystem.Areas.Identity
@using PSTW_CentralSystem.Areas.Identity.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@using PSTW_CentralSystem.Models