This commit is contained in:
2025-11-05 06:37:09 +03:30
parent 0b0083a479
commit e24ec4c283
2 changed files with 13 additions and 12 deletions
-19
View File
@@ -1,19 +0,0 @@
using xPushService.Base;
using xPushService.Interfaces;
namespace xWebinarService.Interfaces
{
public abstract class XWebinarHub : XBaseWebRTCHub
{
protected XWebinarHub(
IXPushGroupStore groupStore,
IXPushConnectionStore connectionStore,
IXWebRTCConnectionStore webRTCConnectionStore
) : base(
groupStore,
connectionStore,
webRTCConnectionStore
)
{ }
}
}