fixe l'accès web au chat privé
This commit is contained in:
parent
371151ebde
commit
7d0625f44d
18 changed files with 2400 additions and 101 deletions
|
|
@ -54,7 +54,8 @@ namespace Yavsc.Models
|
|||
[InverseProperty("DeviceOwner")]
|
||||
public virtual List<GoogleCloudMobileDeclaration> Devices { get; set; }
|
||||
|
||||
public ICollection<Connection> Connections { get; set; }
|
||||
[InverseProperty("Owner")]
|
||||
public virtual List<Connection> Connections { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue