Iniziata creazione pagina contatti
This commit is contained in:
@@ -34,7 +34,7 @@ public class AnagClie
|
||||
public string Nazione { get; set; }
|
||||
|
||||
[Column("telefono"), JsonPropertyName("telefono")]
|
||||
public string Telefono { get; set; }
|
||||
public string? Telefono { get; set; }
|
||||
|
||||
[Column("fax"), JsonPropertyName("fax")]
|
||||
public string Fax { get; set; }
|
||||
@@ -52,7 +52,7 @@ public class AnagClie
|
||||
public string PersonaRif { get; set; }
|
||||
|
||||
[Column("e_mail"), JsonPropertyName("eMail")]
|
||||
public string EMail { get; set; }
|
||||
public string? EMail { get; set; }
|
||||
|
||||
[Column("e_mail_pec"), JsonPropertyName("eMailPec")]
|
||||
public string EMailPec { get; set; }
|
||||
@@ -80,4 +80,7 @@ public class AnagClie
|
||||
|
||||
[Column("data_mod"), JsonPropertyName("dataMod")]
|
||||
public DateTime? DataMod { get; set; } = DateTime.Now;
|
||||
|
||||
[Column("flag_stato"), JsonPropertyName("flagStato")]
|
||||
public string FlagStato { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user