예제 #1
0
 public async Task <IHttpActionResult> AddDirectors(string id, PersonBindingModel model)
 => Ok(await _movieService.AddDirectors(id, model));