public MobicomReserveExpressResponse MobicomReserveExpressRequestOperation(MobicomReserveExpressRequest MCResrvExReq)
        {
            MobicomReserveExpressRequestOperationRequest inValue = new MobicomReserveExpressRequestOperationRequest();

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

            return(retVal.MCResrvExRes);
        }
 public MobicomReserveExpressRequestOperationRequest(MobicomReserveExpressRequest MCResrvExReq)
 {
     this.MCResrvExReq = MCResrvExReq;
 }