Exemple #1
0
 public void AddToBookmarks(int filmId, int userId)
 {
     _filmRepository.AddToBookmarks(filmId, userId);
 }