Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.EditarTableroResponse> EditarTableroAsync(int id, string titulo)
 {
     ProyectoEscritorio.TableroWS.EditarTableroRequest inValue = new ProyectoEscritorio.TableroWS.EditarTableroRequest();
     inValue.id     = id;
     inValue.titulo = titulo;
     return(((ProyectoEscritorio.TableroWS.TableroWS)(this)).EditarTableroAsync(inValue));
 }
Ejemplo n.º 2
0
 public bool EditarTablero(int id, string titulo)
 {
     ProyectoEscritorio.TableroWS.EditarTableroRequest inValue = new ProyectoEscritorio.TableroWS.EditarTableroRequest();
     inValue.id     = id;
     inValue.titulo = titulo;
     ProyectoEscritorio.TableroWS.EditarTableroResponse retVal = ((ProyectoEscritorio.TableroWS.TableroWS)(this)).EditarTablero(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.TableroWS.EditarTableroResponse> ProyectoEscritorio.TableroWS.TableroWS.EditarTableroAsync(ProyectoEscritorio.TableroWS.EditarTableroRequest request)
 {
     return(base.Channel.EditarTableroAsync(request));
 }
Ejemplo n.º 4
0
 ProyectoEscritorio.TableroWS.EditarTableroResponse ProyectoEscritorio.TableroWS.TableroWS.EditarTablero(ProyectoEscritorio.TableroWS.EditarTableroRequest request)
 {
     return(base.Channel.EditarTablero(request));
 }