Esempio n. 1
0
        public DictionaryItemEntity GetDicItemValueByKey(string ItemKey, string DicKey)
        {
            BaseSetDA da = new BaseSetDA();

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