コード例 #1
0
    public System.Threading.Tasks.Task <ContainerInfoGT2ShjCustResponse> ContainerInfoGT2ShjCustAsync(RootIn InputValues)
    {
        ContainerInfoGT2ShjCustRequest inValue = new ContainerInfoGT2ShjCustRequest();

        inValue.InputValues = InputValues;
        return(((IGTGetBills)(this)).ContainerInfoGT2ShjCustAsync(inValue));
    }
コード例 #2
0
    public RootOut ContainerInfoGT2ShjCust(RootIn InputValues)
    {
        ContainerInfoGT2ShjCustRequest inValue = new ContainerInfoGT2ShjCustRequest();

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

        return(retVal.ContainerInfoGT2ShjCustResult);
    }
コード例 #3
0
 System.Threading.Tasks.Task <ContainerInfoGT2ShjCustResponse> IGTGetBills.ContainerInfoGT2ShjCustAsync(ContainerInfoGT2ShjCustRequest request)
 {
     return(base.Channel.ContainerInfoGT2ShjCustAsync(request));
 }
コード例 #4
0
 ContainerInfoGT2ShjCustResponse IGTGetBills.ContainerInfoGT2ShjCust(ContainerInfoGT2ShjCustRequest request)
 {
     return(base.Channel.ContainerInfoGT2ShjCust(request));
 }