예제 #1
0
 public List <MovieDto> GetMovies(string orderBy)
 {
     return(_context.GetMovies(orderBy));
 }