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