implement Optional Eventing in InMemory Stores for Push and WebRTC Connections and also Groups ...
This commit is contained in:
@@ -2,6 +2,15 @@ using xModels.Providers;
|
||||
using xPushService.Interfaces;
|
||||
using xPushService.Models;
|
||||
|
||||
namespace xPushService.Store {
|
||||
public class XWebRTCConnectionInMemoryStore : XBaseInMemoryStore<XWebRTCConnectionDto, string>, IXWebRTCConnectionStore { }
|
||||
namespace xPushService.Store
|
||||
{
|
||||
public class XWebRTCConnectionInMemoryStore : XBaseInMemoryStore<XWebRTCConnectionDto, string>, IXWebRTCConnectionStore
|
||||
{
|
||||
//
|
||||
#region Constructor ...
|
||||
public XWebRTCConnectionInMemoryStore(
|
||||
IXWebRTCConnectionStoreEvents events = null
|
||||
) : base(events) { }
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user