9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
namespace CANFDApiProxy.Requests
|
|
{
|
|
internal class ClocksRequest
|
|
{
|
|
public string cmd { get; set; }
|
|
public string time { get; set; }
|
|
}
|
|
}
|