Ejemplo n.º 1
0
        //获取服务类型
        public List <ORG_DICT_EX> GetServicetype(string servicetype, int org_id)
        {
            List <ORG_DICT_EX> dlist = _rrepo.GeDICTByPDicCode(servicetype, org_id);

            return(dlist);
        }