update x sync: abbozzo metodi, compila OK

This commit is contained in:
Samuele Locatelli
2024-07-18 19:14:10 +02:00
parent b38dcb5953
commit af27e297d9
23 changed files with 524 additions and 437 deletions
+9 -1
View File
@@ -15,11 +15,19 @@ namespace MP.AppAuth.Models
{
#region Public Properties
[Key]
[Key, Column("nomeVar")]
public string NomeVar { get; set; }
[Column("valInt")]
public int? ValInt { get; set; }
[Column("valFloat")]
public double? ValFloat { get; set; }
[Column("valString")]
public string ValString { get; set; }
[Column("descrizione")]
public string Descrizione { get; set; }
#endregion Public Properties