Beispiel #1
0
 public ActionResult <Comic> Get(int id)
 {
     return(_comicService.GetComicById(id));
 }