9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
|
namespace CANFDApiProxy.Requests
|
||
|
|
{
|
||
|
|
internal class FileRequest
|
||
|
|
{
|
||
|
|
public string cmd { get; set; }
|
||
|
|
public string path { get; set; }
|
||
|
|
}
|
||
|
|
}
|