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