Aggiunta log in INVE

This commit is contained in:
zaccaria.majid
2022-11-14 17:57:52 +01:00
parent 7b83faa930
commit 78ce9a21d1
22 changed files with 157 additions and 76 deletions
+5 -2
View File
@@ -8,6 +8,9 @@ using System.Threading.Tasks;
namespace MP.Data.DatabaseModels
{
// <Auto-Generated>
// This is here so CodeMaid doesn't reorganize this document
// </Auto-Generated>
[Table("AnagraficaOperatori")]
public class AnagOperatoriModel
{
@@ -16,7 +19,7 @@ namespace MP.Data.DatabaseModels
public string Cognome { get; set; } = "";
public string Nome { get; set; } = "";
public bool isAdmin { get; set; } = false;
public int authKey { get; set; }
public int CodOprExt { get; set; }
public string authKey { get; set; }
public string CodOprExt { get; set; }
}
}