Esempio n. 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceFoto.findAllFotoResponse> findAllFotoAsync()
 {
     net.desktop.WebServiceFoto.findAllFotoRequest inValue = new net.desktop.WebServiceFoto.findAllFotoRequest();
     return(((net.desktop.WebServiceFoto.FotoWS)(this)).findAllFotoAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceFoto.findAllFotoResponse> net.desktop.WebServiceFoto.FotoWS.findAllFotoAsync(net.desktop.WebServiceFoto.findAllFotoRequest request)
 {
     return(base.Channel.findAllFotoAsync(request));
 }