Ejemplo n.º 1
0
        public List <DictEntity> GetDictList(string dictCode)
        {
            DictManager mgr = new DictManager();

            return(mgr.GetList(dictCode));
        }