Fix creazione
This commit is contained in:
@ -4,6 +4,12 @@ namespace StandManager.Domain.Entita;
|
||||
|
||||
public class Utente : EntitaBase
|
||||
{
|
||||
public Utente()
|
||||
{
|
||||
DataCreazione = DateTime.Now;
|
||||
Eliminato = false;
|
||||
Username = string.Empty;
|
||||
}
|
||||
public string Username { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Password { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user