- Provincia in Destinazione

This commit is contained in:
2025-12-23 14:31:12 +01:00
parent 616c72cd5a
commit ea417dc09e
6 changed files with 1206 additions and 1 deletions

View File

@ -12,6 +12,7 @@ public class Destinazione : EntitaBase
public string PartitaIva { get; set; }
public string? CodiceFiscale { get; set; }
public string? Cap { get; set; }
public string? Provincia { get; set; }
public string? Citta { get; set; }
public string? Indirizzo { get; set; }
public string? Email { get; set; }