Permessi_Parziale

This commit is contained in:
2025-12-17 08:55:21 +01:00
parent 8628025291
commit 18e39cc6a1
15 changed files with 191 additions and 38 deletions

View File

@ -12,11 +12,11 @@ public class Referente : EntitaBase
public string Cognome { get; set; }
public string Email { get; set; }
public string NumeroTelefono { get; set; }
public Ruolo Ruolo { get; set; }
public RuoloReferente Ruolo { get; set; }
public string RuoloNote { get; set; }
}
public enum Ruolo
public enum RuoloReferente
{
Ruolo1 = 0,
Ruolo2,