mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-12 11:36:43 +00:00
9 lines
140 B
C#
9 lines
140 B
C#
using Microsoft.AspNetCore.SignalR;
|
|
|
|
namespace PodNoms.Api.Services.Realtime
|
|
{
|
|
public class EntityUpdateHub : Hub
|
|
{
|
|
|
|
}
|
|
} |