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