Midway.ServiceClient.Client.ParseGoodsTransferBuyer C# (CSharp) Method

ParseGoodsTransferBuyer() public method

Получить модель титула покупателя ДПТ из контента
public ParseGoodsTransferBuyer ( byte content ) : GoodsTransferBuyer
content byte
return GoodsTransferBuyer
        public GoodsTransferBuyer ParseGoodsTransferBuyer(byte[] content)
        {
            return client.ParseGoodsTransferBuyer(Token, content);
        }
Client