Files
xPushService/Interfaces/IXWebRTCConnectionStoreEvents.cs
T

8 lines
200 B
C#

using xModels.Interfaces;
using xPushService.Models;
namespace xPushService.Interfaces
{
public interface IXWebRTCConnectionStoreEvents : IXBaseStoreEvents<XWebRTCConnectionDto, string>
{ }
}