Import clienti
This commit is contained in:
@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user