Preparata nuova domanda per ricevere i profili degli Element

This commit is contained in:
Annamaria Sassi
2026-01-26 10:55:47 +01:00
parent d650a30091
commit 73f790378a
7 changed files with 188 additions and 238 deletions
+5
View File
@@ -34,6 +34,11 @@ namespace WebWindowComplex.DTO
/// </summary>
public Dictionary<int, string> DictOptionsXml { get; set; } = new Dictionary<int, string>();
/// <summary>
/// Dizionario Element
/// </summary>
public Dictionary<int, string> DictElement { get; set; } = new Dictionary<int, string>();
#endregion Public Properties
#region Public Methods