9 lines
119 B
C#
9 lines
119 B
C#
|
using Microsoft.AspNetCore.SignalR;
|
|||
|
|
|||
|
namespace SignalRNotify
|
|||
|
{
|
|||
|
public class NotificationHub : Hub
|
|||
|
{
|
|||
|
}
|
|||
|
}
|