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