Esempio n. 1
0
        public ActionResult Codes(string table, string name)
        {
            var m = new ExtraValueModel(table);

            return(Content(m.CodesJson(HttpUtility.UrlDecode(name))));
        }
Esempio n. 2
0
        public ActionResult Codes(string table, string name, string location)
        {
            var m = new ExtraValueModel(CurrentDatabase, table, location);

            return(Content(m.CodesJson(HttpUtility.UrlDecode(name))));
        }