Ejemplo n.º 1
0
 public void PutAnime(int id, [FromBody] AnimeModel model)
 {
     compositionService.UpdateAnime(id, model);
 }