Initial Commit ...
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using xModels.Interfaces;
|
||||
using xPushService.Models;
|
||||
|
||||
namespace xPushService.Interfaces {
|
||||
public interface IXPushGroupStore : IXBaseStore<XPushGroupDto, string> { }
|
||||
}
|
||||
Reference in New Issue
Block a user