using xModels.Providers; using xPushService.Interfaces; using xPushService.Models; namespace xPushService.Store { public class XWebRTCConnectionInMemoryStore : XBaseInMemoryStore, IXWebRTCConnectionStore { // #region Constructor ... public XWebRTCConnectionInMemoryStore( IXWebRTCConnectionStoreEvents events = null ) : base(events) { } #endregion } }