Ejemplo n.º 1
0
        public List <SysRole> QureyAll()
        {
            BaseDAL <SysRole> dal = new BaseDAL <SysRole>();

            return(dal.GetAll());
        }
Ejemplo n.º 2
0
        public List <SysDepart> QueryAll()
        {
            BaseDAL <SysDepart> dal = new BaseDAL <SysDepart>();

            return(dal.GetAll());
        }