예제 #1
0
 public void CreateNewMovie(MovieModel movieModel)
 {
     _iMovieContext.CreateNewMovie(ToMovieDTO(movieModel));
 }