Merge remote-tracking branch 'origin/v2' into v2
This commit is contained in:
commit
3e334554ad
@ -14,15 +14,12 @@ namespace Admin.NET.Core.Service;
|
||||
[ApiDescriptionSettings(Order = 370, Description = "消息发送")]
|
||||
public class SysMessageService : IDynamicApiController, ITransient
|
||||
{
|
||||
private readonly SysCacheService _sysCacheService;
|
||||
private readonly IEventPublisher _eventPublisher;
|
||||
private readonly IHubContext<OnlineUserHub, IOnlineUserHub> _chatHubContext;
|
||||
|
||||
public SysMessageService(SysCacheService sysCacheService,
|
||||
IEventPublisher eventPublisher,
|
||||
public SysMessageService(IEventPublisher eventPublisher,
|
||||
IHubContext<OnlineUserHub, IOnlineUserHub> chatHubContext)
|
||||
{
|
||||
_sysCacheService = sysCacheService;
|
||||
_eventPublisher = eventPublisher;
|
||||
_chatHubContext = chatHubContext;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user