forked from ddrilling/AsbCloudServer
9 lines
188 B
C#
9 lines
188 B
C#
namespace AsbCloudApp.Data
|
|
{
|
|
public class TelemetryOperationDurationDto
|
|
{
|
|
public string OperationName { get; set; }
|
|
public double Duration { get; set; }
|
|
}
|
|
}
|