6 lines
126 B
C#
6 lines
126 B
C#
using Microsoft.AspNetCore.SignalR;
|
|
|
|
namespace DongfangHydro.Dashboard.Api.Realtime;
|
|
|
|
public sealed class DashboardHub : Hub;
|