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