refabrique
This commit is contained in:
parent
33dbed8b90
commit
817c1c151f
34 changed files with 3476 additions and 35 deletions
|
|
@ -19,9 +19,7 @@ namespace Yavsc.Models.Identity
|
|||
public string Version { get; set; }
|
||||
public string DeviceOwnerId { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
|
||||
[ForeignKeyAttribute("DeviceOwnerId")]
|
||||
[JsonIgnore,ForeignKey("DeviceOwnerId")]
|
||||
public virtual ApplicationUser DeviceOwner { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue