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