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