ChestClient.Controllers.GameController.List C# (CSharp) 메소드

List() 공개 메소드

public List ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public ActionResult List()
        {
            return Json(Games.Values, JsonRequestBehavior.AllowGet);
        }