Aggiunto livello utente (utente base vs utente avanzato)
This commit is contained in:
@@ -13,6 +13,12 @@ namespace WebWindowComplex.Compo
|
||||
[Parameter]
|
||||
public AGBOptionText CurrOpt { get; set; } = null!;
|
||||
|
||||
/// <summary>
|
||||
/// Livello di accesso (utente base)
|
||||
/// </summary>
|
||||
[CascadingParameter(Name = "User")]
|
||||
public bool User { get; set; } = false!;
|
||||
|
||||
[Parameter]
|
||||
public EventCallback<AGBOptionText> EC_Update { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user