public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceSucursal.UpdateResponse> UpdateAsync(GUIEscritorioSGA.ServiceSucursal.MDSucursal editableSucursal)
 {
     GUIEscritorioSGA.ServiceSucursal.UpdateRequest inValue = new GUIEscritorioSGA.ServiceSucursal.UpdateRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceSucursal.UpdateRequestBody();
     inValue.Body.editableSucursal = editableSucursal;
     return(((GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap)(this)).UpdateAsync(inValue));
 }
 public bool Update(GUIEscritorioSGA.ServiceSucursal.MDSucursal editableSucursal)
 {
     GUIEscritorioSGA.ServiceSucursal.UpdateRequest inValue = new GUIEscritorioSGA.ServiceSucursal.UpdateRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceSucursal.UpdateRequestBody();
     inValue.Body.editableSucursal = editableSucursal;
     GUIEscritorioSGA.ServiceSucursal.UpdateResponse retVal = ((GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap)(this)).Update(inValue);
     return(retVal.Body.UpdateResult);
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceSucursal.UpdateResponse> GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap.UpdateAsync(GUIEscritorioSGA.ServiceSucursal.UpdateRequest request)
 {
     return(base.Channel.UpdateAsync(request));
 }
 GUIEscritorioSGA.ServiceSucursal.UpdateResponse GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap.Update(GUIEscritorioSGA.ServiceSucursal.UpdateRequest request)
 {
     return(base.Channel.Update(request));
 }