public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceBodega.UpdateWithValuesResponse> UpdateWithValuesAsync(int id, string nombre, string direccion)
 {
     GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequest inValue = new GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequest();
     inValue.Body           = new GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequestBody();
     inValue.Body.id        = id;
     inValue.Body.nombre    = nombre;
     inValue.Body.direccion = direccion;
     return(((GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap)(this)).UpdateWithValuesAsync(inValue));
 }
 public bool UpdateWithValues(int id, string nombre, string direccion)
 {
     GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequest inValue = new GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequest();
     inValue.Body           = new GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequestBody();
     inValue.Body.id        = id;
     inValue.Body.nombre    = nombre;
     inValue.Body.direccion = direccion;
     GUIEscritorioSGA.ServiceBodega.UpdateWithValuesResponse retVal = ((GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap)(this)).UpdateWithValues(inValue);
     return(retVal.Body.UpdateWithValuesResult);
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceBodega.UpdateWithValuesResponse> GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap.UpdateWithValuesAsync(GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequest request)
 {
     return(base.Channel.UpdateWithValuesAsync(request));
 }
 GUIEscritorioSGA.ServiceBodega.UpdateWithValuesResponse GUIEscritorioSGA.ServiceBodega.WebServiceBodegaSoap.UpdateWithValues(GUIEscritorioSGA.ServiceBodega.UpdateWithValuesRequest request)
 {
     return(base.Channel.UpdateWithValues(request));
 }