mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-09 01:06:29 +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
|
|
{
|
|
|
|
}
|
|
} |