Backup and Clean Push Service and implement new Structure of Push Service ...

This commit is contained in:
2025-11-14 16:40:45 +03:30
parent cfcb2d12b4
commit 3bd4b8d562
40 changed files with 333 additions and 2560 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace xPushService.Interfaces
{
public interface IXBaseWebRTCHub : IXBaseHub
{}
}