Beispiel #1
0
 public ActionResult <IEnumerable <Comic> > comicUpdating()
 {
     return(_comicService.ComicUpdating());
 }