Exemple #1
0
 public void DeleteMovie(int id)
 {
     _moviesRepository.DeleteWhere(movie => movie.MovieID.Equals(id));
 }