4 lines
91 B
C#
4 lines
91 B
C#
namespace RobotNet.Script.Shares;
|
|
|
|
public record CreateModel(string Path, string Name);
|