feat(api): добавлено поле lastLogon в таблицы Users, Hosts
This commit is contained in:
@@ -35,6 +35,8 @@ namespace PARR.DAL.Models
|
||||
|
||||
public int ResponseAreaCode { get; set; }
|
||||
|
||||
public DateTimeOffset? LastLogon { get; set; }
|
||||
|
||||
|
||||
public ICollection<ApplicationInHost> ApplicationsInHosts { get; set; } = new HashSet<ApplicationInHost>();
|
||||
|
||||
|
||||
@@ -23,6 +23,8 @@ namespace PARR.DAL.Models
|
||||
|
||||
public string? Description { get; set; }
|
||||
|
||||
public DateTimeOffset? LastLogon { get; set; }
|
||||
|
||||
|
||||
public ICollection<UsersInRole> Roles { get; set; } = new HashSet<UsersInRole>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user