Пример #1
0
 public static Movie GetMovieById(int id)
 {
     return(MovieDB.GetMovieById(id));
 }