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

9 lines
153 B
C#
Raw Normal View History

2024-08-08 22:23:36 +08:00
namespace Bunny.Service.WebSocket;
public static class WebSocketInitial
{
public static void Start()
{
WebSocketTest.Start();
}
}