예제 #1
0
 public void AddFilmToOrder(long id)
 {
     order.AddFilm(filmRepository.SelectById(id));
 }