Пример #1
0
 public BeginAddSensorQueryParameters(Either <Device, int> deviceOrId, SensorType type, ISensorQueryTargetParameters queryParameters) :
     this(deviceOrId, type.EnumToXml(), queryParameters)
 {
 }