Exemplo n.º 1
0
 public List <Comment> GetByMovieId(int movieId)
 {
     return(_r.GetByMovieId(movieId));
 }