Files
WebSockets/yawaflua.WebSockets.Tests/ServiceBindingsTest.cs
Dmitri Shimanski abab2be4f4 Create project files
2025-03-29 02:34:08 +03:00

12 lines
181 B
C#

using yawaflua.WebSockets;
namespace yawaflua.WebSockets.Tests;
public class ServiceBindingsTest
{
public void TestAddingInServiceProviderNewHosts()
{
}
}