Iniziata creazione pagina contatti

This commit is contained in:
2025-06-20 08:55:30 +02:00
parent 4608c6764b
commit 51a4c7a971
24 changed files with 896 additions and 125 deletions

View File

@@ -16,19 +16,19 @@ public class VtbCliePersRif
public string PersonaRif { get; set; }
[Column("mansione"), JsonPropertyName("mansione")]
public string Mansione { get; set; }
public string? Mansione { 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; }
[Column("e_mail"), JsonPropertyName("eMail")]
public string EMail { get; set; }
public string? EMail { get; set; }
[Column("num_cellulare"), JsonPropertyName("numCellulare")]
public string NumCellulare { get; set; }
public string? NumCellulare { get; set; }
[Column("tipo_indirizzo"), JsonPropertyName("tipoIndirizzo")]
public string TipoIndirizzo { get; set; }