refabrique

This commit is contained in:
Paul Schneider 2016-07-20 13:52:38 +02:00
commit 817c1c151f
34 changed files with 3476 additions and 35 deletions

View file

@ -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; }
}