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