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