Files
cms_thermo_active/Thermo.Active.Model/DTOModels/ToolModels/DTOSelfAdaptiveModel.cs
T
2020-04-09 14:37:07 +02:00

11 lines
257 B
C#

using CMS_CORE_Library.Models;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Thermo.Active.Model.DTOModels.ToolModels
{
public class DTOSelfAdaptiveModel
{
public byte Step { get; set; }
}
}