EFB/Views/_ViewImports.cshtml
lukejelse04 e1c97e5b8c Initial Project Upload
This contains the base ASP.Net Core web application running on .Net Core Version 5
2021-09-20 07:16:48 +01:00

4 lines
85 B
Plaintext

@using EFB
@using EFB.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers