|
|
|
@ -4,13 +4,17 @@ using Microsoft.AspNetCore.Routing; |
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Microsoft.Extensions.FileProviders; |
|
|
|
using Volo.Abp.AspNetCore.Auditing; |
|
|
|
using Volo.Abp.AspNetCore.Components.Web; |
|
|
|
using Volo.Abp.AspNetCore.SignalR; |
|
|
|
using Volo.Abp.AspNetCore.Uow; |
|
|
|
using Volo.Abp.Http.Client; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
|
|
|
|
namespace Volo.Abp.AspNetCore.Components.Server |
|
|
|
{ |
|
|
|
[DependsOn( |
|
|
|
typeof(AbpHttpClientModule), |
|
|
|
typeof(AbpAspNetCoreComponentsWebModule), |
|
|
|
typeof(AbpAspNetCoreSignalRModule) |
|
|
|
)] |
|
|
|
public class AbpAspNetCoreComponentsServerModule : AbpModule |
|
|
|
|