Exemplo n.º 1
0
        public List <tblConfigEntities> GettblConfigPageWise(int pageIndex, ref int recordCount, int length)
        {
            tblConfigDAL topicDAL = new tblConfigDAL();

            return(topicDAL.GettblConfigPageWise(pageIndex, ref recordCount, length));
        }