|
|
@ -36,6 +36,7 @@ using Volo.Abp.PermissionManagement; |
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.PermissionManagement.HttpApi; |
|
|
using Volo.Abp.PermissionManagement.HttpApi; |
|
|
using Volo.Abp.PermissionManagement.Identity; |
|
|
using Volo.Abp.PermissionManagement.Identity; |
|
|
|
|
|
using Volo.Abp.PermissionManagement.IdentityServer; |
|
|
using Volo.Abp.SettingManagement; |
|
|
using Volo.Abp.SettingManagement; |
|
|
using Volo.Abp.SettingManagement.Blazor.Server; |
|
|
using Volo.Abp.SettingManagement.Blazor.Server; |
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore; |
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore; |
|
|
@ -69,6 +70,7 @@ namespace MyCompanyName.MyProjectName; |
|
|
|
|
|
|
|
|
// Identity module packages
|
|
|
// Identity module packages
|
|
|
typeof(AbpPermissionManagementDomainIdentityModule), |
|
|
typeof(AbpPermissionManagementDomainIdentityModule), |
|
|
|
|
|
typeof(AbpPermissionManagementDomainIdentityServerModule), |
|
|
typeof(AbpIdentityApplicationModule), |
|
|
typeof(AbpIdentityApplicationModule), |
|
|
typeof(AbpIdentityHttpApiModule), |
|
|
typeof(AbpIdentityHttpApiModule), |
|
|
typeof(AbpIdentityEntityFrameworkCoreModule), |
|
|
typeof(AbpIdentityEntityFrameworkCoreModule), |
|
|
|