8 lines
200 B
C#
8 lines
200 B
C#
using xModels.Interfaces;
|
|
using xPushService.Models;
|
|
|
|
namespace xPushService.Interfaces
|
|
{
|
|
public interface IXWebRTCConnectionStoreEvents : IXBaseStoreEvents<XWebRTCConnectionDto, string>
|
|
{ }
|
|
} |