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 XPushGroupInMemoryStore : XBaseInMemoryStore<XPushGroupDto, string>, IXPushGroupStore { }
|
||||
namespace xPushService.Store
|
||||
{
|
||||
public class XPushGroupInMemoryStore : XBaseInMemoryStore<XPushGroupDto, string>, IXPushGroupStore
|
||||
{
|
||||
//
|
||||
#region Constructor ...
|
||||
public XPushGroupInMemoryStore(
|
||||
IXPushGroupStoreEvents events = null
|
||||
) : base(events) { }
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user