Esempio n. 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceNota.findFullAllNotaResponse> findFullAllNotaAsync()
 {
     net.desktop.WebServiceNota.findFullAllNotaRequest inValue = new net.desktop.WebServiceNota.findFullAllNotaRequest();
     return(((net.desktop.WebServiceNota.NotaWS)(this)).findFullAllNotaAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceNota.findFullAllNotaResponse> net.desktop.WebServiceNota.NotaWS.findFullAllNotaAsync(net.desktop.WebServiceNota.findFullAllNotaRequest request)
 {
     return(base.Channel.findFullAllNotaAsync(request));
 }