|
|
|
@ -15,12 +15,14 @@ using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore; |
|
|
|
using Volo.Abp.Security.Claims; |
|
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore; |
|
|
|
using Volo.Blogging; |
|
|
|
|
|
|
|
namespace InternalGateway.Host |
|
|
|
{ |
|
|
|
[DependsOn( |
|
|
|
typeof(AbpAutofacModule), |
|
|
|
typeof(AbpIdentityHttpApiModule), |
|
|
|
typeof(BloggingHttpApiModule), |
|
|
|
typeof(ProductManagementHttpApiModule), |
|
|
|
typeof(AbpEntityFrameworkCoreSqlServerModule), |
|
|
|
typeof(AbpPermissionManagementEntityFrameworkCoreModule), |
|
|
|
|