Пример #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='deviceID'>
 /// </param>
 public static Device DeviceGetDeviceGet(this IHouseDBAPI operations, long?deviceID = default(long?))
 {
     return(operations.DeviceGetDeviceGetAsync(deviceID).GetAwaiter().GetResult());
 }