namespace WebWindowComplex.DTO { public class DataSave { #region Public Properties public string currJwd { get; set; } = ""; public bool ForceSave { get; set; } = true; #endregion Public Properties } }