Ejemplo n.º 1
0
 public void PutNoManga(int id, [FromBody] NoMangaModel model)
 {
     compositionService.UpdateNoManga(id, model);
 }