- Edit nel form della home
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user