2016-09-07 13:52:26 -07:00
|
|
|
@using Microsoft.eShopOnContainers.WebMVC
|
|
|
|
@using Microsoft.eShopOnContainers.WebMVC.Models
|
|
|
|
@using Microsoft.eShopOnContainers.WebMVC.Models.AccountViewModels
|
|
|
|
@using Microsoft.eShopOnContainers.WebMVC.Models.ManageViewModels
|
|
|
|
@using Microsoft.AspNetCore.Identity
|
2016-09-14 08:35:34 -07:00
|
|
|
@using Microsoft.eShopOnContainers.WebMVC.Models
|
|
|
|
|
2016-09-07 13:52:26 -07:00
|
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|