CSharp-Single-EFCore/Bunny.Service/WebSocket/WebSocketInitial.cs

9 lines
153 B
C#

namespace Bunny.Service.WebSocket;
public static class WebSocketInitial
{
public static void Start()
{
WebSocketTest.Start();
}
}