8 lines
185 B
C#
8 lines
185 B
C#
using xModels.Interfaces;
|
|
using xPushService.Models;
|
|
|
|
namespace xPushService.Interfaces
|
|
{
|
|
public interface IXPushGroupStoreEvents : IXBaseStoreEvents<XPushGroupDto, string>
|
|
{}
|
|
} |