Ejemplo n.º 1
0
 public ProyectoEscritorio.tableroEquipoWS.tableroEquipo SeleccionarTableroEquipo(int id)
 {
     ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoRequest inValue = new ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoRequest();
     inValue.id = id;
     ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoResponse retVal = ((ProyectoEscritorio.tableroEquipoWS.tableroEquipoWS)(this)).SeleccionarTableroEquipo(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoResponse> SeleccionarTableroEquipoAsync(int id)
 {
     ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoRequest inValue = new ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoRequest();
     inValue.id = id;
     return(((ProyectoEscritorio.tableroEquipoWS.tableroEquipoWS)(this)).SeleccionarTableroEquipoAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoResponse> ProyectoEscritorio.tableroEquipoWS.tableroEquipoWS.SeleccionarTableroEquipoAsync(ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoRequest request)
 {
     return(base.Channel.SeleccionarTableroEquipoAsync(request));
 }
Ejemplo n.º 4
0
 ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoResponse ProyectoEscritorio.tableroEquipoWS.tableroEquipoWS.SeleccionarTableroEquipo(ProyectoEscritorio.tableroEquipoWS.SeleccionarTableroEquipoRequest request)
 {
     return(base.Channel.SeleccionarTableroEquipo(request));
 }