Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using xModels.Base;
|
||||
|
||||
namespace xPushService.Models {
|
||||
public class XPushGroupDto : XBaseStorableDto<string> {
|
||||
public override string Id { get; set; }
|
||||
public List<string> Connections { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user