update x sync: abbozzo metodi, compila OK
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user