Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceNota.findFullNotaResponse> findFullNotaAsync(int id)
 {
     net.desktop.WebServiceNota.findFullNotaRequest inValue = new net.desktop.WebServiceNota.findFullNotaRequest();
     inValue.id = id;
     return(((net.desktop.WebServiceNota.NotaWS)(this)).findFullNotaAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceNota.findFullNotaResponse> net.desktop.WebServiceNota.NotaWS.findFullNotaAsync(net.desktop.WebServiceNota.findFullNotaRequest request)
 {
     return(base.Channel.findFullNotaAsync(request));
 }