Renders latest activity update date

This commit is contained in:
Paul Schneider 2017-02-06 17:31:35 +01:00
commit 731585830f
2 changed files with 12 additions and 0 deletions

View file

@ -22,6 +22,8 @@ namespace Yavsc.Models.Identity
public DateTime DeclarationDate { get; set; }
[JsonIgnore,ForeignKey("DeviceOwnerId")]
public virtual ApplicationUser DeviceOwner { get; set; }
public DateTime LatestActivityUpdate { get; set; }
}
}