예제 #1
0
 public async Task <IActionResult> AddMovie(Movie newMovie)
 {
     return(Ok(await _movieService.AddMovieService(newMovie)));
 }