Files
studenthousedashboard/StudentHouseDashboard/WebApplication1/Pages/_ViewImports.cshtml
2023-03-05 21:56:11 +01:00

6 lines
177 B
Plaintext

@using Microsoft.AspNetCore.Identity
@using WebApplication1
@using WebApplication1.Data
@namespace WebApplication1.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers