Ejemplo n.º 1
0
        public IList <County> PaginationFindByCitycode(CountyPagination obj)
        {
            String         stmtId = "CountyPagination.FindByCitycode";
            IList <County> result = this.sqlMapper.QueryForList <County>(stmtId, obj);

            return(result);
        }
Ejemplo n.º 2
0
        public IList <County> DescendOrderPaginationFindAll(CountyPagination obj)
        {
            String         stmtId = "County.DescendOrderFindAllPagination";
            IList <County> result = this.sqlMapper.QueryForList <County>(stmtId, obj);

            return(result);
        }