예제 #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePais.findPaisResponse> findPaisAsync(int id)
 {
     net.desktop.WebServicePais.findPaisRequest inValue = new net.desktop.WebServicePais.findPaisRequest();
     inValue.id = id;
     return(((net.desktop.WebServicePais.PaisWS)(this)).findPaisAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePais.findPaisResponse> net.desktop.WebServicePais.PaisWS.findPaisAsync(net.desktop.WebServicePais.findPaisRequest request)
 {
     return(base.Channel.findPaisAsync(request));
 }