Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created July 10, 2020 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavilanch/90c10a14b36359d0cdfa328989ac26b0 to your computer and use it in GitHub Desktop.
Save gavilanch/90c10a14b36359d0cdfa328989ac26b0 to your computer and use it in GitHub Desktop.
peliculasQueryable = peliculasQueryable.OrderByDescending(x => x.VotosPelicula.Average(y => y.Voto));
@AnaArgaez
Copy link

Muchas gracias!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment