Files
xPushService/Interfaces/IXPushConnectionStoreEvents.cs
T

8 lines
196 B
C#

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