Files
xPushService/Interfaces/IXPushGroupStore.cs
T
2024-01-25 04:47:14 +03:30

6 lines
170 B
C#

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