Beispiel #1
0
        public ActionResult GetCodeVersionForm(string verId, string typeId)
        {
            var data = dictionaryBLL.GetStandardVerEntity(typeId, verId);

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