示例#1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceFoto.findFotoResponse> findFotoAsync(int id)
 {
     net.desktop.WebServiceFoto.findFotoRequest inValue = new net.desktop.WebServiceFoto.findFotoRequest();
     inValue.id = id;
     return(((net.desktop.WebServiceFoto.FotoWS)(this)).findFotoAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceFoto.findFotoResponse> net.desktop.WebServiceFoto.FotoWS.findFotoAsync(net.desktop.WebServiceFoto.findFotoRequest request)
 {
     return(base.Channel.findFotoAsync(request));
 }