Files
xPushService/Interfaces/IXWebRTCConnectionStore.cs
T
2024-01-25 04:47:14 +03:30

6 lines
184 B
C#

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