9 lines
192 B
C#
9 lines
192 B
C#
namespace EgwCoreLib.Lux.Core.Generic
|
|
{
|
|
public class EditStepDto
|
|
{
|
|
public Enums.CompileStep SrcStep { get; set; }
|
|
public bool Changed { get; set; } = false;
|
|
}
|
|
}
|