Renders latest activity update date

This commit is contained in:
2017-02-06 17:31:35 +01:00
parent 4a1e024831
commit 795b1ce781
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; }
}
}