Exemple #1
0
 public System.Threading.Tasks.Task editNotaAsync(int id_nota, int id_postulacion, int id_curso, int nota)
 {
     net.desktop.WebServiceNota.editNota inValue = new net.desktop.WebServiceNota.editNota();
     inValue.id_nota        = id_nota;
     inValue.id_postulacion = id_postulacion;
     inValue.id_curso       = id_curso;
     inValue.nota           = nota;
     return(((net.desktop.WebServiceNota.NotaWS)(this)).editNotaAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task net.desktop.WebServiceNota.NotaWS.editNotaAsync(net.desktop.WebServiceNota.editNota request)
 {
     return(base.Channel.editNotaAsync(request));
 }