This commit is contained in:
2026-02-06 09:17:51 +01:00
parent 3f474c4d39
commit 2e40d48a9a
17 changed files with 1659 additions and 329 deletions

View File

@ -25,10 +25,6 @@ public class Utente : EntitaBase
public Guid? CapoareaId { get; set; }
public Utente Capoarea { get; set; }
public bool IsCapoarea { get; set; }
[ForeignKey(nameof(ProvinciaIstat))]
public Guid? ProvinciaIstatId { get; set; }
public ProvinciaIstat ProvinciaIstat { get; set; }
public string Info => $"{Nome} {Cognome}";
public override string ToString()