예제 #1
0
 public void PostNoManga([FromBody] NoMangaModel model)
 {
     compositionService.CreateNoManga(model);
 }