Files
podnoms/server/Services/Realtime/EntityUpdateHub.cs
2018-04-13 22:03:05 +01:00

9 lines
140 B
C#

using Microsoft.AspNetCore.SignalR;
namespace PodNoms.Api.Services.Realtime
{
public class EntityUpdateHub : Hub
{
}
}