コード例 #1
0
 public GUIEscritorioSGA.ServiceProveedor.MDProveedor[] BuscarAll()
 {
     GUIEscritorioSGA.ServiceProveedor.BuscarAllRequest inValue = new GUIEscritorioSGA.ServiceProveedor.BuscarAllRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceProveedor.BuscarAllRequestBody();
     GUIEscritorioSGA.ServiceProveedor.BuscarAllResponse retVal = ((GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap)(this)).BuscarAll(inValue);
     return(retVal.Body.BuscarAllResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceProveedor.BuscarAllResponse> BuscarAllAsync()
 {
     GUIEscritorioSGA.ServiceProveedor.BuscarAllRequest inValue = new GUIEscritorioSGA.ServiceProveedor.BuscarAllRequest();
     inValue.Body = new GUIEscritorioSGA.ServiceProveedor.BuscarAllRequestBody();
     return(((GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap)(this)).BuscarAllAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <GUIEscritorioSGA.ServiceProveedor.BuscarAllResponse> GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap.BuscarAllAsync(GUIEscritorioSGA.ServiceProveedor.BuscarAllRequest request)
 {
     return(base.Channel.BuscarAllAsync(request));
 }
コード例 #4
0
 GUIEscritorioSGA.ServiceProveedor.BuscarAllResponse GUIEscritorioSGA.ServiceProveedor.WebServiceProveedorSoap.BuscarAll(GUIEscritorioSGA.ServiceProveedor.BuscarAllRequest request)
 {
     return(base.Channel.BuscarAll(request));
 }