예제 #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceNota.findFullNotaPorResponse> findFullNotaPorAsync(string campo, string valor)
 {
     net.desktop.WebServiceNota.findFullNotaPorRequest inValue = new net.desktop.WebServiceNota.findFullNotaPorRequest();
     inValue.campo = campo;
     inValue.valor = valor;
     return(((net.desktop.WebServiceNota.NotaWS)(this)).findFullNotaPorAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceNota.findFullNotaPorResponse> net.desktop.WebServiceNota.NotaWS.findFullNotaPorAsync(net.desktop.WebServiceNota.findFullNotaPorRequest request)
 {
     return(base.Channel.findFullNotaPorAsync(request));
 }