Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceFoto.findInstanciaFotoResponse> findInstanciaFotoAsync(string tipo, int id)
 {
     net.desktop.WebServiceFoto.findInstanciaFotoRequest inValue = new net.desktop.WebServiceFoto.findInstanciaFotoRequest();
     inValue.tipo = tipo;
     inValue.id   = id;
     return(((net.desktop.WebServiceFoto.FotoWS)(this)).findInstanciaFotoAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceFoto.findInstanciaFotoResponse> net.desktop.WebServiceFoto.FotoWS.findInstanciaFotoAsync(net.desktop.WebServiceFoto.findInstanciaFotoRequest request)
 {
     return(base.Channel.findInstanciaFotoAsync(request));
 }