public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceProveedor.BuscarResponse> BuscarAsync(int id)
 {
     GUIEscritorioSGA.ServiceProveedor.BuscarRequest inValue = new GUIEscritorioSGA.ServiceProveedor.BuscarRequest();
     inValue.Body    = new GUIEscritorioSGA.ServiceProveedor.BuscarRequestBody();
     inValue.Body.id = id;
     return(((GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap)(this)).BuscarAsync(inValue));
 }
 public GUIEscritorioSGA.ServiceProveedor.MDProveedor Buscar(int id)
 {
     GUIEscritorioSGA.ServiceProveedor.BuscarRequest inValue = new GUIEscritorioSGA.ServiceProveedor.BuscarRequest();
     inValue.Body    = new GUIEscritorioSGA.ServiceProveedor.BuscarRequestBody();
     inValue.Body.id = id;
     GUIEscritorioSGA.ServiceProveedor.BuscarResponse retVal = ((GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap)(this)).Buscar(inValue);
     return(retVal.Body.BuscarResult);
 }
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceProveedor.BuscarResponse> GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap.BuscarAsync(GUIEscritorioSGA.ServiceProveedor.BuscarRequest request)
 {
     return(base.Channel.BuscarAsync(request));
 }
 GUIEscritorioSGA.ServiceProveedor.BuscarResponse GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap.Buscar(GUIEscritorioSGA.ServiceProveedor.BuscarRequest request)
 {
     return(base.Channel.Buscar(request));
 }