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