コード例 #1
0
        public ActionResult GetAccountName()
        {
            var listItems = ComboBoxHelper.GetAccountByName();

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