Advertisement
TankorSmash

Untitled

Feb 15th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.42 KB | None | 0 0
  1.                 IEnumerable<FullViewModel> nit_list = (from movie_id in sorted
  2.                                                  from nit in Tools.GetFullDbQuery(db)
  3.                                                  where
  4.                                                      movie_id ==
  5.                                                      nit.Movie.movie_ID
  6.                                                  select nit).ToArray();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement