Add resource supply contract export by its guid

This commit is contained in:
2025-08-25 12:15:28 +09:00
parent 90acf7e801
commit 4d9817050f
77 changed files with 86934 additions and 103 deletions

View File

@ -18,7 +18,7 @@ namespace Hcs.Client.Api.Request.NsiCommon
ListGroup = listGroup
};
var result = await SendAndWaitResultAsync(request, async (asyncClient) =>
var result = await SendAndWaitResultAsync(request, async asyncClient =>
{
var response = await asyncClient.exportNsiItemAsync(CreateRequestHeader(), request);
return response.AckRequest.Ack;