Files
PresentPortal/PresentPortal.ApiService/Pages/_ViewImports.cshtml

8 lines
233 B
Plaintext
Raw Normal View History

@using Microsoft.AspNetCore.Identity
@using PresentPortal.ApiService.Areas.Identity
@using PresentPortal.ApiService.Areas.Identity.Data
PresentPortal.ApiService.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers