示例#1
0
        public List <SysRole> QureyAll()
        {
            BaseDAL <SysRole> dal = new BaseDAL <SysRole>();

            return(dal.GetAll());
        }
示例#2
0
        public List <SysDepart> QueryAll()
        {
            BaseDAL <SysDepart> dal = new BaseDAL <SysDepart>();

            return(dal.GetAll());
        }