Files
cms_thermo_active/Step.Model/DTOModels/ToolModels/DTOSelfAdaptiveModel.cs
T
2019-04-08 17:36:56 +02:00

11 lines
248 B
C#

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