コード例 #1
0
ファイル: DictionaryController.cs プロジェクト: ZzzJimmy/-
        public ActionResult GetCodeVersionForm(string verId, string typeId)
        {
            var data = dictionaryBLL.GetStandardVerEntity(typeId, verId);

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