public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceBodega.InsertWithValuesResponse> InsertWithValuesAsync(string nombre, string direccion)
 {
     GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequest inValue = new GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequest();
     inValue.Body           = new GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequestBody();
     inValue.Body.nombre    = nombre;
     inValue.Body.direccion = direccion;
     return(((GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap)(this)).InsertWithValuesAsync(inValue));
 }
 public bool InsertWithValues(string nombre, string direccion)
 {
     GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequest inValue = new GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequest();
     inValue.Body           = new GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequestBody();
     inValue.Body.nombre    = nombre;
     inValue.Body.direccion = direccion;
     GUIEscritorioSGA.ServiceBodega.InsertWithValuesResponse retVal = ((GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap)(this)).InsertWithValues(inValue);
     return(retVal.Body.InsertWithValuesResult);
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceBodega.InsertWithValuesResponse> GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap.InsertWithValuesAsync(GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequest request)
 {
     return(base.Channel.InsertWithValuesAsync(request));
 }
 GUIEscritorioSGA.ServiceBodega.InsertWithValuesResponse GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap.InsertWithValues(GUIEscritorioSGA.ServiceBodega.InsertWithValuesRequest request)
 {
     return(base.Channel.InsertWithValues(request));
 }