|
|
@ -1,4 +1,5 @@ |
|
|
using LINGYUN.Abp.Notifications.Internal; |
|
|
using LINGYUN.Abp.Notifications.Internal; |
|
|
|
|
|
using LINGYUN.Abp.RealTime; |
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
using Microsoft.Extensions.Options; |
|
|
using Microsoft.Extensions.Options; |
|
|
using System; |
|
|
using System; |
|
|
@ -15,7 +16,8 @@ namespace LINGYUN.Abp.Notifications |
|
|
[DependsOn( |
|
|
[DependsOn( |
|
|
typeof(AbpBackgroundWorkersModule), |
|
|
typeof(AbpBackgroundWorkersModule), |
|
|
typeof(AbpBackgroundJobsAbstractionsModule), |
|
|
typeof(AbpBackgroundJobsAbstractionsModule), |
|
|
typeof(AbpJsonModule))] |
|
|
typeof(AbpJsonModule), |
|
|
|
|
|
typeof(AbpRealTimeModule))] |
|
|
public class AbpNotificationModule : AbpModule |
|
|
public class AbpNotificationModule : AbpModule |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
|