コード例 #1
0
ファイル: BaseSetBC.cs プロジェクト: Moosezhang/WanTao
        public DictionaryItemEntity GetDicItemValueByKey(string ItemKey, string DicKey)
        {
            BaseSetDA da = new BaseSetDA();

            return(da.GetDicItemValueByKey(ItemKey, DicKey));
        }