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