Example #1
0
 private bool FilmExists(int id)
 {
     return(_film.FilmExists(id));
 }