7 lines
234 B
Text
7 lines
234 B
Text
|
@using WebApplication
|
||
|
@using WebApplication.Models
|
||
|
@using WebApplication.Models.AccountViewModels
|
||
|
@using WebApplication.Models.ManageViewModels
|
||
|
@using Microsoft.AspNetCore.Identity
|
||
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|