11 lines
248 B
C#
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; }
|
|
}
|
|
} |