push messages are sent upon user ids
This commit is contained in:
parent
783fda3e60
commit
44224e955f
10 changed files with 130 additions and 91 deletions
|
|
@ -57,7 +57,7 @@ namespace Yavsc.Models
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[InverseProperty("DeviceOwner"),JsonIgnore]
|
||||
public virtual List<DeviceDeclaration> DeviceDeclarations { get; set; }
|
||||
public virtual List<DeviceDeclaration> DeviceDeclaration { get; set; }
|
||||
|
||||
[InverseProperty("Owner"),JsonIgnore]
|
||||
public virtual List<ChatConnection> Connections { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue