WIP périfériques utilisateur
This commit is contained in:
parent
2b5951fd4a
commit
56ddfa03de
3 changed files with 22 additions and 7 deletions
|
|
@ -21,6 +21,9 @@ namespace Yavsc.Models
|
|||
[InverseProperty("Owner")]
|
||||
public virtual List<Contact> Book { get; set; }
|
||||
|
||||
[InverseProperty("DeviceOwner")]
|
||||
public virtual List<GoogleCloudMobileDeclaration> Devices { get; set; }
|
||||
|
||||
[InverseProperty("Owner")]
|
||||
|
||||
public virtual List<Circle> Circles { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue