mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-07 08:15:02 +00:00
9 lines
140 B
C#
Executable File
9 lines
140 B
C#
Executable File
using Microsoft.AspNetCore.SignalR;
|
|
|
|
namespace PodNoms.Api.Services.Realtime
|
|
{
|
|
public class EntityUpdateHub : Hub
|
|
{
|
|
|
|
}
|
|
} |