Exemplo n.º 1
0
 public Task <List <IdentifyResponse> > IdentifyAsync(Identify peticion)
 {
     return(ServicioWeb.IdentifyAsync(peticion));
 }