public DictEntity GetDictByCode(string dictCode) { DictManager mgr = new DictManager(); return(mgr.GetByCode(dictCode)); }