Browse Source

added missing namespace

pull/1956/head
Yunus Emre Kalkan 7 years ago
parent
commit
134a8455cf
  1. 1
      modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Roles/Index.cshtml

1
modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Roles/Index.cshtml

@ -2,6 +2,7 @@
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Mvc.Localization
@using Volo.Abp.AspNetCore.Mvc.UI.Layout
@using Volo.Abp.Identity
@using Volo.Abp.Identity.Localization
@using Volo.Abp.Identity.Web.Navigation
@using Volo.Abp.Identity.Web.Pages.Identity.Roles

Loading…
Cancel
Save