Update logica gestione aggiornamento sul primo render con JWD vuoti

This commit is contained in:
Samuele Locatelli
2026-03-20 10:00:51 +01:00
parent 4f83692336
commit 5cbd973c22
5 changed files with 45 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
namespace WebWindowComplex.DTO
{
public class DataSave
{
#region Public Properties
public string currJwd { get; set; } = "";
public bool ForceSave { get; set; } = true;
#endregion Public Properties
}
}