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