Exemple #1
0
        public IList <Rights> PaginationFindByActive(RightsPagination obj)
        {
            String         stmtId = "RightsPagination.FindByActive";
            IList <Rights> result = this.sqlMapper.QueryForList <Rights>(stmtId, obj);

            return(result);
        }
Exemple #2
0
        public IList <Rights> DescendOrderPaginationFindAll(RightsPagination obj)
        {
            String         stmtId = "Rights.DescendOrderFindAllPagination";
            IList <Rights> result = this.sqlMapper.QueryForList <Rights>(stmtId, obj);

            return(result);
        }