Beispiel #1
0
        public ActionResult GetCodeForm(string typeId, string verId, string code)
        {
            var data = dictionaryBLL.GetStandardCodeEntity(typeId, verId, code);

            return(Content(data.ToJson()));
        }