Пример #1
0
 public System.Threading.Tasks.Task editFotoAsync(string tipo, int id_foto, int id_usaurio, string nombre_archivo, int orden, int id_instancia, string titulo, string descripcion)
 {
     net.desktop.WebServiceFoto.editFoto inValue = new net.desktop.WebServiceFoto.editFoto();
     inValue.tipo           = tipo;
     inValue.id_foto        = id_foto;
     inValue.id_usaurio     = id_usaurio;
     inValue.nombre_archivo = nombre_archivo;
     inValue.orden          = orden;
     inValue.id_instancia   = id_instancia;
     inValue.titulo         = titulo;
     inValue.descripcion    = descripcion;
     return(((net.desktop.WebServiceFoto.FotoWS)(this)).editFotoAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task net.desktop.WebServiceFoto.FotoWS.editFotoAsync(net.desktop.WebServiceFoto.editFoto request)
 {
     return(base.Channel.editFotoAsync(request));
 }