Пример #1
0
    public RootOut ContainerInfoGT2ShjCust(RootIn InputValues)
    {
        ContainerInfoGT2ShjCustRequest inValue = new ContainerInfoGT2ShjCustRequest();

        inValue.InputValues = InputValues;
        ContainerInfoGT2ShjCustResponse retVal = ((IGTGetBills)(this)).ContainerInfoGT2ShjCust(inValue);

        return(retVal.ContainerInfoGT2ShjCustResult);
    }
Пример #2
0
    public System.Threading.Tasks.Task <ContainerInfoGT2ShjCustResponse> ContainerInfoGT2ShjCustAsync(RootIn InputValues)
    {
        ContainerInfoGT2ShjCustRequest inValue = new ContainerInfoGT2ShjCustRequest();

        inValue.InputValues = InputValues;
        return(((IGTGetBills)(this)).ContainerInfoGT2ShjCustAsync(inValue));
    }
Пример #3
0
 public ContainerInfoGT2ShjCustRequest(RootIn InputValues)
 {
     this.InputValues = InputValues;
 }