Files
xPushService/Interfaces/IXPushGroupStoreEvents.cs
T

8 lines
185 B
C#

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