Example #1
0
 public ProyectoEscritorio.tableroUsuarioWS.tablero[] ObtenerTablerosDeUsuario(int idUsuario)
 {
     ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioRequest inValue = new ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioRequest();
     inValue.idUsuario = idUsuario;
     ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioResponse retVal = ((ProyectoEscritorio.tableroUsuarioWS.tableroUsuarioWS)(this)).ObtenerTablerosDeUsuario(inValue);
     return(retVal.@return);
 }
Example #2
0
 public System.Threading.Tasks.Task <ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioResponse> ObtenerTablerosDeUsuarioAsync(int idUsuario)
 {
     ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioRequest inValue = new ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioRequest();
     inValue.idUsuario = idUsuario;
     return(((ProyectoEscritorio.tableroUsuarioWS.tableroUsuarioWS)(this)).ObtenerTablerosDeUsuarioAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioResponse> ProyectoEscritorio.tableroUsuarioWS.tableroUsuarioWS.ObtenerTablerosDeUsuarioAsync(ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioRequest request)
 {
     return(base.Channel.ObtenerTablerosDeUsuarioAsync(request));
 }
Example #4
0
 ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioResponse ProyectoEscritorio.tableroUsuarioWS.tableroUsuarioWS.ObtenerTablerosDeUsuario(ProyectoEscritorio.tableroUsuarioWS.ObtenerTablerosDeUsuarioRequest request)
 {
     return(base.Channel.ObtenerTablerosDeUsuario(request));
 }