예제 #1
0
 public static Movie Get(MovieRepository movieRepository, int id)
 {
     return movieRepository.GetMovie(id);
 }