Import clienti

This commit is contained in:
2025-12-15 16:42:01 +01:00
parent 664cee9656
commit a82e8b2263
12 changed files with 2390 additions and 37 deletions

View File

@ -15,6 +15,7 @@ public class Utente : EntitaBase
public string Password { get; set; }
public string Nome { get; set; }
public string Cognome { get; set; }
public string? CodiceAgente { get; set; }
public override string ToString()
{
return $"{Nome} {Cognome}";