Add object address export from resource supply contract
This commit is contained in:
@ -24,5 +24,11 @@ namespace Hcs.TestApp.Scenario
|
||||
var result = client.HouseManagement.ExportSupplyResourceContractDataAsync("239009043").Result;
|
||||
Console.WriteLine("Scenario execution " + (result != null ? "succeeded" : "failed"));
|
||||
}
|
||||
|
||||
internal void ExportSupplyResourceContractObjectAddressData()
|
||||
{
|
||||
var result = client.HouseManagement.ExportSupplyResourceContractObjectAddressDataAsync(Guid.Parse("575a7ff9-5473-4ab4-b077-fa80c1f85f0b")).Result;
|
||||
Console.WriteLine("Scenario execution " + (result != null ? "succeeded" : "failed"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user