RobotNet/RobotNet.Script.Shares/CreateModel.cs
2025-10-15 15:15:53 +07:00

4 lines
91 B
C#

namespace RobotNet.Script.Shares;
public record CreateModel(string Path, string Name);