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