|
|
|
@ -36,6 +36,7 @@ using Volo.Abp.FeatureManagement;
|
|
|
|
|
using Volo.Abp.Http.Client.IdentityModel.Web;
|
|
|
|
|
using Volo.Abp.Identity;
|
|
|
|
|
using Volo.Abp.Identity.Web;
|
|
|
|
|
using Volo.Abp.Http.Client.Web;
|
|
|
|
|
using Volo.Abp.Modularity;
|
|
|
|
|
using Volo.Abp.MultiTenancy;
|
|
|
|
|
using Volo.Abp.PermissionManagement;
|
|
|
|
@ -57,6 +58,7 @@ namespace MyCompanyName.MyProjectName;
|
|
|
|
|
typeof(MyProjectNameHttpApiModule),
|
|
|
|
|
typeof(AbpAspNetCoreAuthenticationOpenIdConnectModule),
|
|
|
|
|
typeof(AbpAspNetCoreMvcClientModule),
|
|
|
|
|
typeof(AbpHttpClientWebModule),
|
|
|
|
|
typeof(AbpAspNetCoreMvcUiBasicThemeModule),
|
|
|
|
|
typeof(AbpAutofacModule),
|
|
|
|
|
typeof(AbpCachingStackExchangeRedisModule),
|
|
|
|
|