Exemple #1
0
 public TodoPagoConnector.OperationsService.Operations[] _getgetbyoperationid(string MERCHANT, string OPERATIONID)
 {
     TodoPagoConnector.OperationsService._getgetbyoperationidRequest inValue = new TodoPagoConnector.OperationsService._getgetbyoperationidRequest();
     inValue.MERCHANT    = MERCHANT;
     inValue.OPERATIONID = OPERATIONID;
     TodoPagoConnector.OperationsService._getgetbyoperationidResponse retVal = ((TodoPagoConnector.OperationsService.OperationsPortType)(this))._getgetbyoperationid(inValue);
     return(retVal.Operations);
 }
Exemple #2
0
 TodoPagoConnector.OperationsService._getgetbyoperationidResponse TodoPagoConnector.OperationsService.OperationsPortType._getgetbyoperationid(TodoPagoConnector.OperationsService._getgetbyoperationidRequest request)
 {
     return(base.Channel._getgetbyoperationid(request));
 }