Пример #1
0
 public ProyectoEscritorio.TableroWS.tablero SeleccionarTablero(int id)
 {
     ProyectoEscritorio.TableroWS.SeleccionarTableroRequest inValue = new ProyectoEscritorio.TableroWS.SeleccionarTableroRequest();
     inValue.id = id;
     ProyectoEscritorio.TableroWS.SeleccionarTableroResponse retVal = ((ProyectoEscritorio.TableroWS.TableroWS)(this)).SeleccionarTablero(inValue);
     return(retVal.@return);
 }
Пример #2
0
 public System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.SeleccionarTableroResponse> SeleccionarTableroAsync(int id)
 {
     ProyectoEscritorio.TableroWS.SeleccionarTableroRequest inValue = new ProyectoEscritorio.TableroWS.SeleccionarTableroRequest();
     inValue.id = id;
     return(((ProyectoEscritorio.TableroWS.TableroWS)(this)).SeleccionarTableroAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.SeleccionarTableroResponse> ProyectoEscritorio.TableroWS.TableroWS.SeleccionarTableroAsync(ProyectoEscritorio.TableroWS.SeleccionarTableroRequest request)
 {
     return(base.Channel.SeleccionarTableroAsync(request));
 }
Пример #4
0
 ProyectoEscritorio.TableroWS.SeleccionarTableroResponse ProyectoEscritorio.TableroWS.TableroWS.SeleccionarTablero(ProyectoEscritorio.TableroWS.SeleccionarTableroRequest request)
 {
     return(base.Channel.SeleccionarTablero(request));
 }