Remotely/Server/wwwroot/scripts/Models/CommandLineParameter.js
Jared Goodwin a0405e28a0 WIP
2019-06-15 18:08:30 -07:00

7 lines
177 B
JavaScript

export class CommandLineParameter {
constructor(name, value) {
this.Name = name;
this.Value = value;
}
}
//# sourceMappingURL=CommandLineParameter.js.map