|
|
|
@ -1,5 +1,6 @@ |
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Volo.Abp.Application; |
|
|
|
using Volo.Abp.AutoMapper; |
|
|
|
using Volo.Abp.Caching; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
@ -12,7 +13,9 @@ namespace Volo.Blogging.Admin |
|
|
|
typeof(BloggingDomainModule), |
|
|
|
typeof(BloggingAdminApplicationContractsModule), |
|
|
|
typeof(AbpCachingModule), |
|
|
|
typeof(AbpAutoMapperModule))] |
|
|
|
typeof(AbpAutoMapperModule), |
|
|
|
typeof(AbpDddApplicationModule) |
|
|
|
)] |
|
|
|
public class BloggingAdminApplicationModule : AbpModule |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
|