Exemple #1
0
 public System.Threading.Tasks.Task <ProyectoTiendita.ServiceReference4.AgregarClienteResponse> AgregarClienteAsync(ProyectoTiendita.ServiceReference4.Cliente prod)
 {
     ProyectoTiendita.ServiceReference4.AgregarClienteRequest inValue = new ProyectoTiendita.ServiceReference4.AgregarClienteRequest();
     inValue.Body      = new ProyectoTiendita.ServiceReference4.AgregarClienteRequestBody();
     inValue.Body.prod = prod;
     return(((ProyectoTiendita.ServiceReference4.ServicioClienteSoap)(this)).AgregarClienteAsync(inValue));
 }
Exemple #2
0
 public bool AgregarCliente(ProyectoTiendita.ServiceReference4.Cliente prod)
 {
     ProyectoTiendita.ServiceReference4.AgregarClienteRequest inValue = new ProyectoTiendita.ServiceReference4.AgregarClienteRequest();
     inValue.Body      = new ProyectoTiendita.ServiceReference4.AgregarClienteRequestBody();
     inValue.Body.prod = prod;
     ProyectoTiendita.ServiceReference4.AgregarClienteResponse retVal = ((ProyectoTiendita.ServiceReference4.ServicioClienteSoap)(this)).AgregarCliente(inValue);
     return(retVal.Body.AgregarClienteResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ProyectoTiendita.ServiceReference4.AgregarClienteResponse> ProyectoTiendita.ServiceReference4.ServicioClienteSoap.AgregarClienteAsync(ProyectoTiendita.ServiceReference4.AgregarClienteRequest request)
 {
     return(base.Channel.AgregarClienteAsync(request));
 }
Exemple #4
0
 ProyectoTiendita.ServiceReference4.AgregarClienteResponse ProyectoTiendita.ServiceReference4.ServicioClienteSoap.AgregarCliente(ProyectoTiendita.ServiceReference4.AgregarClienteRequest request)
 {
     return(base.Channel.AgregarCliente(request));
 }