Ejemplo n.º 1
0
 public IActionResult Post([FromBody] Movie movie)
 {
     moviesBL.PostMovie(movie);
     return(Ok(movie));
     // var mbl = ne
 }