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