Exemple #1
0
 private async void TextChanged(object data)
 {
     ListaResultado = await bussinesLayer.BuscarPelicula(TextoBuscador);
 }