public int AgregarTablero(string titulo) { ProyectoEscritorio.TableroWS.AgregarTableroRequest inValue = new ProyectoEscritorio.TableroWS.AgregarTableroRequest(); inValue.titulo = titulo; ProyectoEscritorio.TableroWS.AgregarTableroResponse retVal = ((ProyectoEscritorio.TableroWS.TableroWS)(this)).AgregarTablero(inValue); return(retVal.@return); }
public System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.AgregarTableroResponse> AgregarTableroAsync(string titulo) { ProyectoEscritorio.TableroWS.AgregarTableroRequest inValue = new ProyectoEscritorio.TableroWS.AgregarTableroRequest(); inValue.titulo = titulo; return(((ProyectoEscritorio.TableroWS.TableroWS)(this)).AgregarTableroAsync(inValue)); }
System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.AgregarTableroResponse> ProyectoEscritorio.TableroWS.TableroWS.AgregarTableroAsync(ProyectoEscritorio.TableroWS.AgregarTableroRequest request) { return(base.Channel.AgregarTableroAsync(request)); }
ProyectoEscritorio.TableroWS.AgregarTableroResponse ProyectoEscritorio.TableroWS.TableroWS.AgregarTablero(ProyectoEscritorio.TableroWS.AgregarTableroRequest request) { return(base.Channel.AgregarTablero(request)); }