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; } } }