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
 public CrearCuentaResponseBody(ECommerce.Service.ClientesDTO CrearCuentaResult)
 {
     this.CrearCuentaResult = CrearCuentaResult;
 }
Example #3
0
 public IniciarSesionResponseBody(ECommerce.Service.ClientesDTO IniciarSesionResult)
 {
     this.IniciarSesionResult = IniciarSesionResult;
 }
Example #4
0
 public CrearCuentaRequestBody(ECommerce.Service.ClientesDTO cliente)
 {
     this.cliente = cliente;
 }
Example #5
0
 public LoginResponseBody(ECommerce.Service.ClientesDTO LoginResult)
 {
     this.LoginResult = LoginResult;
 }