_ViewImports.cshtml 271 B

1234567
  1. @using Winsoft.GOV.XF.WXCore
  2. @using Winsoft.GOV.XF.WXCore.Models
  3. @using Winsoft.GOV.XF.WXCore.Models.AccountViewModels
  4. @using Winsoft.GOV.XF.WXCore.Models.ManageViewModels
  5. @using Microsoft.AspNetCore.Identity
  6. @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers