aggiunta gestione login con guid dispositivo
This commit is contained in:
@@ -10,6 +10,7 @@ namespace MP.Data.DTO
|
||||
public class userTknDTO
|
||||
{
|
||||
public AnagOperatoriModel currOpr { get; set; } = null;
|
||||
public DateTime expTime { get; set; } = DateTime.Now;
|
||||
//public DateTime expTime { get; set; } = DateTime.Now;
|
||||
public Guid DevGuid { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user