6 lines
178 B
Plaintext
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
|