Files
xPushService/Interfaces/IXPushGroupStore.cs
T

8 lines
174 B
C#

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