aggiunta gestione login con guid dispositivo

This commit is contained in:
zaccaria.majid
2023-12-13 18:18:45 +01:00
parent db9d67e841
commit ec94724c79
10 changed files with 81 additions and 47 deletions
+2 -1
View File
@@ -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; }
}
}