예제 #1
0
 public MovieDto GetMovieByName(string name)
 {
     return(_context.GetMovieByName(name));
 }