Renders latest activity update date
This commit is contained in:
parent
5a8ee9b296
commit
731585830f
2 changed files with 12 additions and 0 deletions
|
|
@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue