Ricerca del cliente su PIva

This commit is contained in:
2025-12-16 11:04:11 +01:00
parent 6db8c7b938
commit 0fe46a52ce
15 changed files with 2060 additions and 238 deletions

View File

@ -15,4 +15,5 @@ public class InvitoEvento : EntitaBase
[InverseProperty(nameof(IscrizioneEvento.InvitoEvento))]
public List<IscrizioneEvento> IscrizioniEvento { get; set; }
public string CodiceFornito { get; set; }
}