Пример #1
0
 public DequeueMessagesDtoClient Dequeue(DeviceListDtoClient deviceList)
 {
     return(_messagingServiceClient.Dequeue(deviceList));
 }