Exemplo n.º 1
0
 public List <ScreeningDto> GetScreeningsForMovie(int idMovie)
 {
     return(_context.GetScreeningsForMovie(idMovie));
 }