Update logica gestione aggiornamento sul primo render con JWD vuoti
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user