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