|
|
|
@ -26,7 +26,7 @@ using Volo.Abp.Autofac; |
|
|
|
using Volo.Abp.AutoMapper; |
|
|
|
using Volo.Abp.Caching; |
|
|
|
using Volo.Abp.FeatureManagement; |
|
|
|
using Volo.Abp.Http.Client.IdentityModel; |
|
|
|
using Volo.Abp.Http.Client.IdentityModel.Web; |
|
|
|
using Volo.Abp.Identity; |
|
|
|
using Volo.Abp.Identity.Web; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
@ -50,7 +50,7 @@ namespace MyCompanyName.MyProjectName |
|
|
|
typeof(AbpAspNetCoreMvcClientModule), |
|
|
|
typeof(AbpAspNetCoreMvcUiBasicThemeModule), |
|
|
|
typeof(AbpAutofacModule), |
|
|
|
typeof(AbpHttpClientIdentityModelModule), |
|
|
|
typeof(AbpHttpClientIdentityModelWebModule), |
|
|
|
typeof(AbpIdentityWebModule), |
|
|
|
typeof(AbpIdentityHttpApiClientModule), |
|
|
|
typeof(AbpTenantManagementWebModule), |
|
|
|
|