Beispiel #1
0
        public ActionResult GetForm(string keyValue)
        {
            var entity = scoresetbll.GetEntity(keyValue);

            return(ToJsonResult(entity));
        }