Ejemplo n.º 1
0
        public DictEntity GetDictByCode(string dictCode)
        {
            DictManager mgr = new DictManager();

            return(mgr.GetByCode(dictCode));
        }