bug reporting & a fix
This commit is contained in:
parent
07267562bc
commit
8414ab7ab3
14 changed files with 206 additions and 15 deletions
|
|
@ -34,6 +34,7 @@ namespace Yavsc.Services
|
|||
_emailSender = emailSender;
|
||||
siteSettings = sitesOptions?.Value;
|
||||
hubContext = GlobalHost.ConnectionManager.GetHubContext<ChatHub>();
|
||||
_dbContext = dbContext;
|
||||
}
|
||||
public async Task <MessageWithPayloadResponse> NotifyEvent<Event>
|
||||
(IEnumerable<string> userIds, Event ev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue