- Edit nel form della home

This commit is contained in:
2025-12-15 17:57:43 +01:00
parent 8e9402c2f8
commit 6db8c7b938
6 changed files with 988 additions and 126 deletions

View File

@ -22,7 +22,7 @@ public class IscrizioneEvento : EntitaBase
public Guid? DestinazioneId { get; set; }
public Destinazione Destinazione { get; set; }
public int Partecipanti{ get; set; }
public string Note{ get; set; }
public string? Note{ get; set; }
public bool ScanCompleto{ get; set; }
public DateTime? DataScan{ get; set; }
public string? Nome{ get; set; }
@ -38,6 +38,9 @@ public class IscrizioneEvento : EntitaBase
public TipologiaCliente TipologiaCliente { get; set; }
public string? EsperienzaConDAC { get; set; }
public RuoloTipo Ruolo { get; set; }
public string? PartitaIva { get; set; }
public DateTime GiornoPresenzaDal { get; set; }
public DateTime GiornoPresenzaAl { get; set; }
}
public enum RuoloTipo