Beispiel #1
0
        public ActionResult GetLfeAuthors(int id)
        {
            var list = _webStoreServices.GetStoreAuthorsLOV(id).OrderBy(x => x.fullName).ToArray();

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