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