9 lines
239 B
C#
9 lines
239 B
C#
using xModels.Base;
|
|
using xPushService.Interfaces;
|
|
using xPushService.Models;
|
|
|
|
namespace xPushService.Events
|
|
{
|
|
public class XPushConnectionStoreEvents : XBaseStoreEvent<XPushConnectionDto, string>, IXPushConnectionStoreEvents
|
|
{ }
|
|
} |