Files
rent-a-car/RentACar/WebApp/Areas/Identity/Pages/_ViewImports.cshtml
2022-04-04 22:48:32 +03:00

6 lines
178 B
Plaintext

@using Microsoft.AspNetCore.Identity
@using WebApp.Areas.Identity
@using WebApp.Areas.Identity.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@using Data.Entities