Update WSDL to 15.7.0.1
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
using Hcs.ClientApi.DataTypes;
|
||||
using Hcs.Service.Async.HouseManagement.v14_5_0_1;
|
||||
using Hcs.Service.Async.HouseManagement.v15_7_0_1;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
using HouseManagement = Hcs.Service.Async.HouseManagement.v14_5_0_1;
|
||||
using HouseManagement = Hcs.Service.Async.HouseManagement.v15_7_0_1;
|
||||
|
||||
namespace Hcs.ClientApi.HouseManagementApi
|
||||
{
|
||||
@ -26,7 +26,7 @@ namespace Hcs.ClientApi.HouseManagementApi
|
||||
public async Task<int> ExportByHouse(
|
||||
Guid fiasHouseGuid, Action<ГисПриборУчета> resultHandler, CancellationToken token)
|
||||
{
|
||||
List<HouseManagement.ItemsChoiceType4> itemNames = [HouseManagement.ItemsChoiceType4.FIASHouseGuid];
|
||||
List<HouseManagement.ItemsChoiceType24> itemNames = [HouseManagement.ItemsChoiceType24.FIASHouseGuid];
|
||||
List<string> items = [FormatGuid(fiasHouseGuid)];
|
||||
|
||||
var request = new HouseManagement.exportMeteringDeviceDataRequest
|
||||
|
||||
Reference in New Issue
Block a user