コード例 #1
0
        public ActionResult GetStoreList()
        {
            var sysSource = _dalSysStore.GetAll().OrderByDescending(s => s.StoreID);

            return(Json(sysSource, JsonRequestBehavior.AllowGet));
        }