Ejemplo n.º 1
0
 public RepositoryWebServiceTRH.EmpleadoContext.Empleados Read(string No)
 {
     RepositoryWebServiceTRH.EmpleadoContext.Read inValue = new RepositoryWebServiceTRH.EmpleadoContext.Read();
     inValue.No = No;
     RepositoryWebServiceTRH.EmpleadoContext.Read_Result retVal = ((RepositoryWebServiceTRH.EmpleadoContext.Empleados_Port)(this)).Read(inValue);
     return(retVal.Empleados);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <RepositoryWebServiceTRH.EmpleadoContext.Read_Result> ReadAsync(string No)
 {
     RepositoryWebServiceTRH.EmpleadoContext.Read inValue = new RepositoryWebServiceTRH.EmpleadoContext.Read();
     inValue.No = No;
     return(((RepositoryWebServiceTRH.EmpleadoContext.Empleados_Port)(this)).ReadAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <RepositoryWebServiceTRH.EmpleadoContext.Read_Result> RepositoryWebServiceTRH.EmpleadoContext.Empleados_Port.ReadAsync(RepositoryWebServiceTRH.EmpleadoContext.Read request)
 {
     return(base.Channel.ReadAsync(request));
 }
Ejemplo n.º 4
0
 RepositoryWebServiceTRH.EmpleadoContext.Read_Result RepositoryWebServiceTRH.EmpleadoContext.Empleados_Port.Read(RepositoryWebServiceTRH.EmpleadoContext.Read request)
 {
     return(base.Channel.Read(request));
 }