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