Beispiel #1
0
 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);
 }
Beispiel #2
0
 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));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.AgregarTableroResponse> ProyectoEscritorio.TableroWS.TableroWS.AgregarTableroAsync(ProyectoEscritorio.TableroWS.AgregarTableroRequest request)
 {
     return(base.Channel.AgregarTableroAsync(request));
 }
Beispiel #4
0
 ProyectoEscritorio.TableroWS.AgregarTableroResponse ProyectoEscritorio.TableroWS.TableroWS.AgregarTablero(ProyectoEscritorio.TableroWS.AgregarTableroRequest request)
 {
     return(base.Channel.AgregarTablero(request));
 }