Пример #1
0
        public JsonResult List()
        {
            var list = _heroAppService.GetList();

            return(Json(list, JsonRequestBehavior.AllowGet));
        }
Пример #2
0
 public ActionResult Index()
 {
     return(View(_heroAppService.GetList()));
 }