9 lines
245 B
C#
9 lines
245 B
C#
using xModels.Base;
|
|
using xPushService.Interfaces;
|
|
using xPushService.Models;
|
|
|
|
namespace xPushService.Events
|
|
{
|
|
public class XWebRTCConnectionStoreEvents : XBaseStoreEvent<XWebRTCConnectionDto, string>, IXWebRTCConnectionStoreEvents
|
|
{ }
|
|
} |