- 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

@ -310,6 +310,12 @@ namespace StandManager.Infrastructure.Migrations
b.Property<Guid?>("EventoId")
.HasColumnType("uniqueidentifier");
b.Property<DateTime>("GiornoPresenzaAl")
.HasColumnType("datetime2");
b.Property<DateTime>("GiornoPresenzaDal")
.HasColumnType("datetime2");
b.Property<Guid?>("IdUtenteCreazione")
.HasColumnType("uniqueidentifier");
@ -323,7 +329,6 @@ namespace StandManager.Infrastructure.Migrations
.HasColumnType("nvarchar(max)");
b.Property<string>("Note")
.IsRequired()
.HasColumnType("nvarchar(max)");
b.Property<string>("NumeroTelefono")
@ -332,6 +337,9 @@ namespace StandManager.Infrastructure.Migrations
b.Property<int>("Partecipanti")
.HasColumnType("int");
b.Property<string>("PartitaIva")
.HasColumnType("nvarchar(max)");
b.Property<string>("Provincia")
.HasColumnType("nvarchar(max)");