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

7 lines
244 B
C#

using xModels.Providers;
using xPushService.Interfaces;
using xPushService.Models;
namespace xPushService.Store {
public class XWebRTCConnectionInMemoryStore : XBaseInMemoryStore<XWebRTCConnectionDto, string>, IXWebRTCConnectionStore { }
}