6 lines
184 B
C#
6 lines
184 B
C#
using xModels.Interfaces;
|
|
using xPushService.Models;
|
|
|
|
namespace xPushService.Interfaces {
|
|
public interface IXWebRTCConnectionStore : IXBaseStore<XWebRTCConnectionDto, string> { }
|
|
} |