Ejemplo n.º 1
0
 public ProyectoWeb.OrdenesWS.ORDENES[] Listar()
 {
     ProyectoWeb.OrdenesWS.ListarRequest inValue = new ProyectoWeb.OrdenesWS.ListarRequest();
     inValue.Body = new ProyectoWeb.OrdenesWS.ListarRequestBody();
     ProyectoWeb.OrdenesWS.ListarResponse retVal = ((ProyectoWeb.OrdenesWS.OrdenesWSSoap)(this)).Listar(inValue);
     return(retVal.Body.ListarResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <ProyectoWeb.OrdenesWS.ListarResponse> ListarAsync()
 {
     ProyectoWeb.OrdenesWS.ListarRequest inValue = new ProyectoWeb.OrdenesWS.ListarRequest();
     inValue.Body = new ProyectoWeb.OrdenesWS.ListarRequestBody();
     return(((ProyectoWeb.OrdenesWS.OrdenesWSSoap)(this)).ListarAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ProyectoWeb.OrdenesWS.ListarResponse> ProyectoWeb.OrdenesWS.OrdenesWSSoap.ListarAsync(ProyectoWeb.OrdenesWS.ListarRequest request)
 {
     return(base.Channel.ListarAsync(request));
 }
Ejemplo n.º 4
0
 ProyectoWeb.OrdenesWS.ListarResponse ProyectoWeb.OrdenesWS.OrdenesWSSoap.Listar(ProyectoWeb.OrdenesWS.ListarRequest request)
 {
     return(base.Channel.Listar(request));
 }