Remotely/Remotely_Server/wwwroot/scripts/Models/CommandLineParameter.js
Jared Goodwin 61fa16de4c Initial
2019-02-23 11:02:23 -08:00

7 lines
177 B
JavaScript

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