Exemple #1
0
        public IList <Bussinessscope> PaginationFindByScopename(BussinessscopePagination obj)
        {
            String stmtId = "BussinessscopePagination.FindByScopename";
            IList <Bussinessscope> result = this.sqlMapper.QueryForList <Bussinessscope>(stmtId, obj);

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

            return(result);
        }