|
|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
using Microsoft.AspNetCore.Authorization;
|
|
|
|
|
using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
using Volo.Abp.AutoMapper;
|
|
|
|
|
using Volo.Abp.BlobStoring;
|
|
|
|
|
using Volo.Abp.Caching;
|
|
|
|
|
using Volo.Abp.Modularity;
|
|
|
|
|
using Volo.Blogging.Comments;
|
|
|
|
|
@ -12,7 +13,8 @@ namespace Volo.Blogging
|
|
|
|
|
typeof(BloggingDomainModule),
|
|
|
|
|
typeof(BloggingApplicationContractsModule),
|
|
|
|
|
typeof(AbpCachingModule),
|
|
|
|
|
typeof(AbpAutoMapperModule))]
|
|
|
|
|
typeof(AbpAutoMapperModule),
|
|
|
|
|
typeof(AbpBlobStoringModule))]
|
|
|
|
|
public class BloggingApplicationModule : AbpModule
|
|
|
|
|
{
|
|
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context)
|
|
|
|
|
|