public GUIEscritorioSGA.ServiceSucursal.MDSucursal[] BuscarAll()
 {
     GUIEscritorioSGA.ServiceSucursal.BuscarAllRequest inValue = new GUIEscritorioSGA.ServiceSucursal.BuscarAllRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceSucursal.BuscarAllRequestBody();
     GUIEscritorioSGA.ServiceSucursal.BuscarAllResponse retVal = ((GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap)(this)).BuscarAll(inValue);
     return(retVal.Body.BuscarAllResult);
 }
 public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceSucursal.BuscarAllResponse> BuscarAllAsync()
 {
     GUIEscritorioSGA.ServiceSucursal.BuscarAllRequest inValue = new GUIEscritorioSGA.ServiceSucursal.BuscarAllRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceSucursal.BuscarAllRequestBody();
     return(((GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap)(this)).BuscarAllAsync(inValue));
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceSucursal.BuscarAllResponse> GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap.BuscarAllAsync(GUIEscritorioSGA.ServiceSucursal.BuscarAllRequest request)
 {
     return(base.Channel.BuscarAllAsync(request));
 }
 GUIEscritorioSGA.ServiceSucursal.BuscarAllResponse GUIEscritorioSGA.ServiceSucursal.WebServiceSucursalSoap.BuscarAll(GUIEscritorioSGA.ServiceSucursal.BuscarAllRequest request)
 {
     return(base.Channel.BuscarAll(request));
 }