Aggiunto parametro per richieste pendenti

This commit is contained in:
Annamaria Sassi
2026-03-27 17:35:52 +01:00
parent fa6fe1600c
commit ddb3cedd24
5 changed files with 18 additions and 2 deletions
+6
View File
@@ -108,6 +108,12 @@ namespace WebWindowComplex
[Parameter]
public SelectPayload? SelectionData { get; set; } = null;
/// <summary>
/// Preselezione valori
/// </summary>
[Parameter]
public Dictionary<string,string>? PendReq { get; set; } = null;
#endregion Public Properties
#region Public Methods