...
This commit is contained in:
9
Hushian.Application/Services/ChatNotificationHub.cs
Normal file
9
Hushian.Application/Services/ChatNotificationHub.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
namespace Hushian.WebApi
|
||||
{
|
||||
// Hubs/ChatNotificationHub.cs
|
||||
public class ChatNotificationHub : Hub
|
||||
{
|
||||
// انتخابی: نگهداری کاربران متصل (اختیاری برای این کاربرد)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user