4 lines
107 B
C#
4 lines
107 B
C#
namespace RobotNet.Script.Shares;
|
|
|
|
public record ScriptTaskDto(string Name, int Interval, string Code);
|