Beispiel #1
0
 public System.Threading.Tasks.Task <ProyectoWeb.EmpleadosWS.LeerResponse> LeerAsync(string usuario)
 {
     ProyectoWeb.EmpleadosWS.LeerRequest inValue = new ProyectoWeb.EmpleadosWS.LeerRequest();
     inValue.Body         = new ProyectoWeb.EmpleadosWS.LeerRequestBody();
     inValue.Body.usuario = usuario;
     return(((ProyectoWeb.EmpleadosWS.EmpleadosWSSoap)(this)).LeerAsync(inValue));
 }
Beispiel #2
0
 public ProyectoWeb.EmpleadosWS.EMPLEADOS Leer(string usuario)
 {
     ProyectoWeb.EmpleadosWS.LeerRequest inValue = new ProyectoWeb.EmpleadosWS.LeerRequest();
     inValue.Body         = new ProyectoWeb.EmpleadosWS.LeerRequestBody();
     inValue.Body.usuario = usuario;
     ProyectoWeb.EmpleadosWS.LeerResponse retVal = ((ProyectoWeb.EmpleadosWS.EmpleadosWSSoap)(this)).Leer(inValue);
     return(retVal.Body.LeerResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ProyectoWeb.EmpleadosWS.LeerResponse> ProyectoWeb.EmpleadosWS.EmpleadosWSSoap.LeerAsync(ProyectoWeb.EmpleadosWS.LeerRequest request)
 {
     return(base.Channel.LeerAsync(request));
 }
Beispiel #4
0
 ProyectoWeb.EmpleadosWS.LeerResponse ProyectoWeb.EmpleadosWS.EmpleadosWSSoap.Leer(ProyectoWeb.EmpleadosWS.LeerRequest request)
 {
     return(base.Channel.Leer(request));
 }