コード例 #1
0
        public MobicomReserveExpressResponse MobicomReserveExpressRequestOperation(MobicomReserveExpressRequest MCResrvExReq)
        {
            MobicomReserveExpressRequestOperationRequest inValue = new MobicomReserveExpressRequestOperationRequest();

            inValue.MCResrvExReq = MCResrvExReq;
            MobicomReserveExpressRequestOperationResponse retVal = ((IUniplatServiceWCFMobicom)(this)).MobicomReserveExpressRequestOperation(inValue);

            return(retVal.MCResrvExRes);
        }
コード例 #2
0
 public MobicomReserveExpressRequestOperationRequest(MobicomReserveExpressRequest MCResrvExReq)
 {
     this.MCResrvExReq = MCResrvExReq;
 }