Example #1
0
 public ECommerce.Service.ClientesDTO CrearCuenta(ECommerce.Service.ClientesDTO cliente)
 {
     ECommerce.Service.CrearCuentaRequest inValue = new ECommerce.Service.CrearCuentaRequest();
     inValue.Body         = new ECommerce.Service.CrearCuentaRequestBody();
     inValue.Body.cliente = cliente;
     ECommerce.Service.CrearCuentaResponse retVal = ((ECommerce.Service.ServiceSoap)(this)).CrearCuenta(inValue);
     return(retVal.Body.CrearCuentaResult);
 }
Example #2
0
 ECommerce.Service.CrearCuentaResponse ECommerce.Service.ServiceSoap.CrearCuenta(ECommerce.Service.CrearCuentaRequest request)
 {
     return(base.Channel.CrearCuenta(request));
 }