Aggiunto livello utente (utente base vs utente avanzato)
This commit is contained in:
@@ -20,6 +20,12 @@ namespace WebWindowComplex.Compo
|
||||
[Parameter]
|
||||
public Fill CurrFill { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Livello di accesso (utente base)
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public bool User { get; set; } = false!;
|
||||
|
||||
/// <summary>
|
||||
/// Evento per cambiare tutti i fill
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user